Skip to content

Version 1.3.7

Compare
Choose a tag to compare
@hoefling hoefling released this 21 May 00:10
· 220 commits to master since this release
1.3.7
75c1549

Various improvements related to packaging, distribution, CI and documentation. Notable changes:

  • Added PEP 484 type stubs.
  • Moved documentation to RTD.
  • Fixed segfault when trying to access missing attributes of some constants.
  • Fixed building error with Python 2.7 on Windows.
  • Added CI pipelines for manylinux2010 reference system and MacOS.
  • Reworked setup script, preparing for PEP 571 wheels.
  • Prohibited installation for unsupported Python versions.
  • Using setuptools-scm for dist version calculation from Git tags.