Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Nov 18:44

Added

  • Support for 3.14 and free-threaded Python

Changed

  • Wheels are now typed and have a minimal Python wrapper to contain the package in a directory when installed
  • Wheels are now built using Python Stable ABI
  • Due to conflicts with free-threaded Python had to remove support for Python Limited API
    • This just means new wheels will be required for every major Python version again
  • Decided to bump the major version since the wheels won't be binary compatible
  • Build now uses nanobind instead of pybind11