You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🎉 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 unsuccessful.