Skip to content

Releases: codeflash-ai/codeflash

v0.10.2

13 Mar 21:21
42317cf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.0

26 Feb 02:36
680d0da

Choose a tag to compare

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.