Releases: codeflash-ai/codeflash
Releases · codeflash-ai/codeflash
v0.10.2
What's Changed
- Fix extra test type in TestType by @dasarchan in #40
- Update README.md by @misrasaurabh1 in #43
- fixed project config interfering with coverage config by @alvin-r in #45
- Reworked testgen-context retrieval by @alvin-r in #38
- Updated cmd_init.py for better exception handling (CF-561) by @aseembits93 in #46
- Multi-threading support for the tracer by @KRRT7 in #44
New Contributors
- @dasarchan made their first contribution in #40
Full Changelog: v0.10.1...v0.10.2
v0.10.0
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_cacheoptimizations 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.