Latest Release (2024.6.20)

PyPI link to release 2024.6.20 Documentation for release 2024.6.20

libbezzier Changes

Packaging

  • Stop building with -static on Windows (#311). This is entirely enabled by the amazing delvewheel project (non-static dependencies can now easily be packaged into a built wheel for Python).

Python Changes

Packaging

  • Added support for Python 3.12 (#315).

  • Dropped support for Python 3.8 (#310) and Python 3.9 (#315).

Documentation

  • Add DEVELOPMENT.rst section about configuring a shell and compilers for Windows development (#311). This had been a hodge podge of local and remote (CI) development for the last 5+ years, so this a big milestone!