- Fix wheel builds
- Move support to Python 3.9-3.12. Support numpy 2. Thanks to @lgray
- Various build system & package modernisation.
- Add mt2_arxiv public API for using (slower) implementation as published on arXiv, which may be wanted for independent testing.
- Re-implementation of the core algorithm, giving 3x-4x speedup overall.
- First non-beta release
- Minor formatting alterations
- Improved README
- Fix numpy build dependencies to use oldest possible version, so that wheels are maximally compatible.
- Don't support Python 3.5
- Fix build for numpy versions prior to 1.19
- Migrate to preliminary v7 of C file
- Disable copyright message printing on run
- Move away from pybind11 in favour of raw numpy C API
- Actually fix the build, maybe
- Fix the build
- Attempt C++ build
- Trivial change to test updating package on PyPI.
- First release on PyPI.