- add python 3.12 support
- remove support for python <3.8
- add python 3.9, 3.10, 3.11 support
- add python wheels
- update vendor submodules
- add pyproject.toml to follow PEP 518 compliance and install Cython before building (Author @Plantain, #14)
- update minimal Cython version to
>=0.29.23
(#16) - remove
pkg_resources
to increase performance when loading the library (#18)
- Initial release.