- Relaxed the target Python versions to allow versions above 3.10 - Relaxed the target numpy version to allow versions above 1.26 - Updated dependencies - Switched from poetry to pdm - revised the noxfile accordingly
1.4.1
1.4.0
1.3.0
1.2.0
1.1.4
Changed
- Miscellaneous fixes for mypy and passing tests - Add `smooth` to `__all__` for explicit export of the symbol
Removed
- Custom `Numeric` type for type hinting in lieu of following PEP 484 and the Numeric Tower