Skip to content

v0.4.0

Compare
Choose a tag to compare
@jborean93 jborean93 released this 08 Aug 21:14
· 25 commits to main since this release
56bc748

0.4.0 - 2022-08-09

  • Require Python 3.7 or newer (dropped 3.6)
  • Created PEP 517 compliant package
  • Moved all setuptools configuration, except extension information, to pyproject.toml
  • Will no longer include the cythonised .c files in the sdist making Cython a build requirement
    • With PEP 517 this requirement will be automatically satisfied making this a non-breaking change for people using PEP 517 features