=================
- Python 3.7+ is now required (:PR:`212`) (thanks :user:`adamjstewart`!)
- Type hints (:PR:`215` and others) (thanks :user:`adamjstewart`!)
- Python 3.10 wheels, including osx-arm64 :PR:`224`
- Clean up libspatialindex C API mismatches :PR:`222` (thanks :user:`musicinmybrain`!)
- Many doc updates, fixes, and type hints (thanks :user:`adamjstewart`!) :PR:`212` :PR:`221` :PR:`217` :PR:`215`
- __len__ method for index :PR:`194`
- Prevent get_coordinate_pointers from mutating inputs 205 (thanks :user:`sjones94549`!)
- linux-aarch64 wheels :PR:`183` (thanks :user:`odidev`!)
- black (:PR:`218`) and flake8 (:PR:`145`) linting