Skip to content

2026.1.1

Latest

Choose a tag to compare

@mariusarvinte mariusarvinte released this 04 Feb 02:12
db992cf

🎉 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.