------------------
* Migrate from Travis CI to GitHub Actions.
* Add support only for Python >= 3.9.
* Migrate from setup.py to pyproject.toml.
* Add support for Poetry.
* Add support for pre-commit hooks (black, isort, mypy, flake).
* Update CONTRIBUTING.md.
* Fix some type hints.
* Remove `nptyping` in pro of `numpy.typing`.