Sourced from pytest-codspeed's releases.
v5.0.1
What's Changed
- build: enable free-threaded wheels in cibuildwheel by
@art049in CodSpeedHQ/pytest-codspeed#121Full Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v5.0.0...v5.0.1
v5.0.0
Highlights
MacOS walltime profiling is now available with the codspeed cli v4.16.1 and above.
pytest-codspeedcan now be used in free threaded mode. This has been tested with 3.14t and 3.15t. For this, we have dropped usage ofcffiin favor of the native extension support.What's Changed
- chore: bump instrument-hooks by
@not-matthiasin CodSpeedHQ/pytest-codspeed#119- Remove CFFI in favor of native extension to support free-threaded mode by
@adriencacciain CodSpeedHQ/pytest-codspeed#96- feat(hooks): declare native extension free-thread safe by
@art049in CodSpeedHQ/pytest-codspeed#120- feat: use instrument-hook markers in walltime by
@GuillaumeLagrangein CodSpeedHQ/pytest-codspeed#118Full Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.5.0...v5.0.0
Sourced from pytest-codspeed's changelog.
[5.0.1] - 2026-05-13
💼 Other
[5.0.0] - 2026-05-13
🚀 Features
- Use instrument_hooks markers in walltime by
@GuillaumeLagrange- Declare native extension free-thread safe (#120) by
@art049in #120- Remove cffi in favor of native extension by
@adriencaccia⚡ Performance
⚙️ Internals
- Ignore common compilation warnings for instrument-hooks by
@GuillaumeLagrangein #118- Use unsigned bash in the macos test by
@GuillaumeLagrange- Bump pinned uv version to 0.11.14 by
@art049- Add python 3.15 and 3.15t to test matrix by
@art049- Add 3.14.t in test suite by
@adriencaccia- Bump instrument-hooks (#119) by
@not-matthiasin #119
d4d9dc6
Release v5.0.1 🚀ad709a5
build: enable free-threaded wheels in cibuildwheel (#121)080d620
Release v5.0.0 🚀befdebf
chore: ignore common compilation warnings for instrument-hooksee98055
chore: use unsigned bash in the macos test5a205c8
feat: use instrument_hooks markers in walltimefda1fbc
feat(hooks): declare native extension free-thread safe (#120)f3ed388
perf(hooks): bind callgrind start/stop directly to avoid extra
framee4a419e
chore: bump pinned uv version to 0.11.14ee07afb
ci: add python 3.15 and 3.15t to test matrixSourced from python-discovery's releases.
v1.3.1
What's Changed
- Canonicalize GraalPy implementation name. by
@timfelin tox-dev/python-discovery#73- 👷 ci(release): wire up towncrier-driven release pipeline by
@gaborbernatin tox-dev/python-discovery#74New Contributors
@timfelmade their first contribution in tox-dev/python-discovery#73Full Changelog: https://github.com/tox-dev/python-discovery/compare/1.3.0...1.3.1
Sourced from python-discovery's changelog.
Bug fixes - 1.3.1
- export normalize_isa and deprecate KNOWN_ARCHITECTURES - by :user:
rahuldevikar. (:issue:59)- discover uv-managed Pythons on Windows. Previously the glob assumed Unix layout (
<root>/<key>/bin/python) and silently found nothing on Windows, where uv placespython.exedirectly under the install root - by :user:gaborbernat. (:issue:65)- Canonicalize GraalVM to match GraalPy Python interpreter in PythonSpec and PythonInfo. - by :user:
timfel. (:issue:73)
v1.3.0 (2026-05-05)