- Require and use delvewheel 1.1.1 for PyInstaller compatibility
- Fix
importlib.metadata
import during RTD build
- Fix README rendering
- Use major.minor version for docs build
- Fix
numpy.typing
on Python 3.6
- Cleanup documentation
- Fix
README.rst
rendering
- Download build artifacts before invoking
tox -e release
- Don't attempt package build as part of
tox -e release
- Python >=3.8 support
- PyPI wheels for Python 3.6 - 3.11
- Workaround for manually added DLLs (Windows only; Python <3.8 only)
- Remove cmake pin
- Python wheels for macOS will be built on 10.13 due to 10.12 being deprecated.
- Added CHANGELOG.md to MANIFEST.in - #27
- Switched to semantic versioning format.
- Added changelog.
- Cleaned up and corrected docs in README.
- Initial release.