Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-04 | 1.9 kB | |
v0.11.0 source code.tar.gz | 2025-04-04 | 4.4 MB | |
v0.11.0 source code.zip | 2025-04-04 | 4.5 MB | |
Totals: 3 Items | 8.9 MB | 0 |
What's Changed
Codeflash now comes with optimizations generated through line-profiling!
- compare pandas NA ambiguous objects correct by @KRRT7 in https://github.com/codeflash-ai/codeflash/pull/54
- catch stray exceptions in comparator by @misrasaurabh1 in https://github.com/codeflash-ai/codeflash/pull/56
- prevent interference by other pytest plugins by @alvin-r in https://github.com/codeflash-ai/codeflash/pull/61
- Github Actions Setup assumes user has edited the toml file by @aseembits93 in https://github.com/codeflash-ai/codeflash/pull/62
- fix file name by @Saga4 in https://github.com/codeflash-ai/codeflash/pull/65
- Make codeflash github actions cooler (i hope) by @misrasaurabh1 in https://github.com/codeflash-ai/codeflash/pull/66
- reduce logger.debug spam from parso by @alvin-r in https://github.com/codeflash-ai/codeflash/pull/69
- Merge test results into models by @alvin-r in https://github.com/codeflash-ai/codeflash/pull/94
- Don't ask to reconfigure codeflash pyproject.toml if one already exists by @misrasaurabh1 in https://github.com/codeflash-ai/codeflash/pull/100
- GitHub app not installed flow CF-555 by @KRRT7 in https://github.com/codeflash-ai/codeflash/pull/75
- prevent nested classes/ functions from showing up in code context by @alvin-r in https://github.com/codeflash-ai/codeflash/pull/105
- Pytest discovery optimization by @KRRT7 in https://github.com/codeflash-ai/codeflash/pull/72
- Integrate Line Profiler in Codeflash CF-470 by @aseembits93 in https://github.com/codeflash-ai/codeflash/pull/35
- correct calculation of total candidate length after adding line profiler results by @aseembits93 in https://github.com/codeflash-ai/codeflash/pull/114
- tracer deterministism by @KRRT7 in https://github.com/codeflash-ai/codeflash/pull/110
- found a case where jedi's full name did not start with the module nam… by @alvin-r in https://github.com/codeflash-ai/codeflash/pull/124