- Supports Python >= 3.8.
- Made tests compatible with pytest.
- Uses entry_points for the CLI script and move the entry point into the
package. - Eliminated numpy.matrix/mat. Now only returns numpy.array.
- Bumped min dependencies to those in Ubuntu 22.04.
What's Changed
- Version 1.4.0 by @moorepants in #135
- Update Github actions to new versions and runon Python 3.8+. by @moorepants in #138
- Remove uses of numpy.matrix by @moorepants in #139
- Switched the comman line executable to an entry_point instead of
bin/yeadon
. by @moorepants in #140 - Trigger CI for NumPy 2.0. by @moorepants in #141
Full Changelog: v1.4.0...v1.5.0