Conversation
# 🎉 Major Updates - Added Python `ideas.cmake` module containing Python implementation of C build system instrumentation. - Re-introduced `ideas.ast_rust` module for Rust abstract syntax tree (AST) parsing in Python. - Added AST-based feedback to `ideas.wrapper` regarding deviations from the prescribed Rust template. # 🎈 Minor Updates - Upgraded `dspy` to 3.1.2. - Added automated functionality for extracting and renaming all `static` global variables in C code, to avoid possible name conflict UB in complex projects. - Correct usage of `dspy.Code` field annotations by creating persistent classes. - Upgraded secondary dependencies. - Attempting to build consolidated C code from `ideas.init` and error out if unsuccesful. --------- Co-authored-by: Cory Cornelius <cory.cornelius@intel.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎉 Major Updates
ideas.cmakemodule containing Python implementation of C build system instrumentation.ideas.ast_rustmodule for Rust abstract syntax tree (AST) parsing in Python.ideas.wrapperregarding deviations from the prescribed Rust template.🎈 Minor Updates
dspyto 3.1.2.staticglobal variables in C code, to avoid possible name conflict UB in complex projects.dspy.Codefield annotations by creating persistent classes.ideas.initand error out if unsuccessful.