v0.12.3
What's Changed
- Add option to enable/disable telemetry in codeflash init (CF-623) by @dasarchan in #185
- Cache discovered tests by @KRRT7 in #184
- Fix GHA by @misrasaurabh1 in #189
- Prevent large inputs in tracer tests by @aseembits93 in #192
- Faster Testgen (CF-621) by @aseembits93 in #191
- Fix Prompt for checkpoint being displayed correctly in DEBUG mode by @aseembits93 in #194
- Roboflow fixes by @KRRT7 in #190
- Update docs by @misrasaurabh1 in #193
- add more pytest plugins to blocklist by @misrasaurabh1 in #178
- add array.array to comparator by @KRRT7 in #195
- Codeflash Capture should not depend on anything inside codeflash by @aseembits93 in #196
- Faster test results analysis (CF-625) by @aseembits93 in #198
- Python 'range' objects can be compared with double equal by @aseembits93 in #201
- Updated message that displays in terminal when codeflash creates a PR by @zomglings in #204
- Update README.md by @misrasaurabh1 in #183
- fix docs header by @misrasaurabh1 in #207
- bump setup-uv by @misrasaurabh1 in #208
- add an informative message by @misrasaurabh1 in #213
- Days output when converting from nanoseconds by @aseembits93 in #216
- Fix loop ending when all candidates have been tested but line profiler hasn't returned new candidates by @aseembits93 in #226
- Remove tiktoken from the codebase by @aseembits93 in #224
- add a sleep to reduce empty loops while waiting for line profiler results by @aseembits93 in #230
- Hotfix for tiktoken removal by @aseembits93 in #231
- improve the text by @misrasaurabh1 in #233
- Adding type hints to the dummy code for
verify-setup
(CF-647) by @aseembits93 in #234 - Quick fix for running verify-setup for py39 by @aseembits93 in #237
- Fixing
codeflash init
for Python 3.9 (CF-649) by @aseembits93 in #239 - cleanup concolic dirs properly, add precommit by @KRRT7 in #217
New Contributors
- @zomglings made their first contribution in #204
Full Changelog: v0.12.2...v0.12.3