Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@misrasaurabh1 misrasaurabh1 released this 26 Feb 02:36
· 78 commits to main since this release
680d0da

This release brings major improvements for Codeflash!

  • Support caching compute by moving compute from class method to class __init__ function. This has full support for performance as well as correctness.
  • Fixed spurious lru_cache optimizations by clearing cache between each loop. Codeflash now finds correct caching optimizations.
  • Fix parsing errors with some repositories.
  • Allow users to get the optimizations locally with git merge workflow.
  • Increase the minimum test coverage requirement to 60%.
  • Improve the generated regression tests to not crash under certain circumstances.
  • A lot of other bug fixes and minor improvements.