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.