Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.46 KB

CHANGES.rst

File metadata and controls

62 lines (48 loc) · 1.46 KB

1.0.4.post9 (2022-11-15)

  • Require and use delvewheel 1.1.1 for PyInstaller compatibility

1.0.4.post8 (2022-10-18)

  • Fix importlib.metadata import during RTD build

1.0.4.post7 (2022-10-07)

  • Fix README rendering
  • Use major.minor version for docs build

1.0.4.post6 (2022-10-07)

  • Fix numpy.typing on Python 3.6

1.0.4.post5 (2022-10-07)

  • Cleanup documentation

1.0.4.post4 (2022-10-06)

  • Fix README.rst rendering

1.0.4.post3 (2022-10-06)

  • Download build artifacts before invoking tox -e release

1.0.4.post2 (2022-10-06)

  • Don't attempt package build as part of tox -e release

1.0.4.post1 (2022-10-06)

  • Python >=3.8 support
  • PyPI wheels for Python 3.6 - 3.11
  • Workaround for manually added DLLs (Windows only; Python <3.8 only)

1.0.4 (2020-10-29)

  • Remove cmake pin

1.0.3 (2020-04-07)

  • Python wheels for macOS will be built on 10.13 due to 10.12 being deprecated.

1.0.2 (2020-04-06)

  • Added CHANGELOG.md to MANIFEST.in - #27

1.0.1 (2020-01-07)

  • Switched to semantic versioning format.
  • Added changelog.
  • Cleaned up and corrected docs in README.

1 (2019-09-24)

  • Initial release.