v5.0.0
Highlights
MacOS walltime profiling is now available with the codspeed cli v4.16.1 and above.
pytest-codspeed can now be used in free threaded mode. This has been tested with 3.14t and 3.15t.
For this, we have dropped usage of cffi in favor of the native extension support.
What's Changed
- chore: bump instrument-hooks by @not-matthias in #119
- Remove CFFI in favor of native extension to support free-threaded mode by @adriencaccia in #96
- feat(hooks): declare native extension free-thread safe by @art049 in #120
- feat: use instrument-hook markers in walltime by @GuillaumeLagrange in #118
Full Changelog: v4.5.0...v5.0.0