v0.11.0
·
1 commit
to release/v0.11.0
since this release
What's Changed
Codeflash now comes with optimizations generated through line-profiling!
- compare pandas NA ambiguous objects correct by @KRRT7 in #54
- catch stray exceptions in comparator by @misrasaurabh1 in #56
- prevent interference by other pytest plugins by @alvin-r in #61
- Github Actions Setup assumes user has edited the toml file by @aseembits93 in #62
- fix file name by @Saga4 in #65
- Make codeflash github actions cooler (i hope) by @misrasaurabh1 in #66
- reduce logger.debug spam from parso by @alvin-r in #69
- Merge test results into models by @alvin-r in #94
- Don't ask to reconfigure codeflash pyproject.toml if one already exists by @misrasaurabh1 in #100
- GitHub app not installed flow CF-555 by @KRRT7 in #75
- prevent nested classes/ functions from showing up in code context by @alvin-r in #105
- Pytest discovery optimization by @KRRT7 in #72
- Integrate Line Profiler in Codeflash CF-470 by @aseembits93 in #35
- correct calculation of total candidate length after adding line profiler results by @aseembits93 in #114
- tracer deterministism by @KRRT7 in #110
- found a case where jedi's full name did not start with the module nam… by @alvin-r in #124