- build: drop python 3.6 support
- build: add python 3.10 support
- build: add python 3.11 support
- build: remove
pytest-runnerfrom setup requirements
- Python 3.9 compatibility
- Setup: update contact information
- CI: replace Travis with Github Actions
- Code: remove the
sqrLTfunction
- Python 3 compatible (CI, code, tests)
- Code: use
std::fmodinstead ofstd::remainderonly for Visual C++ 9.0 (Windows & python 2.7) - Doc: add a release section
- Setup: use
bumpversionto bump the version easily
- Doc: initialise some basics
- Setup: correctly use the relative path of the README file
- Setup: declare 'docs' extra for the documentation
- Setup: declare 'tests' extra for tests
- Setup / osx: use libc++ to compile the extension (xcode >= 10)
- Tests: restrict the pytest version (< 5)
Initial release. Extracted from FoFiX.