Version 1.4.0
- Dropped support for Python < 3.7 (including 2.7).
- Replaced
yaml.load
withyaml.safe_load
. - Fixed pretty printing of results to work with newer NumPy versions.
What's Changed
- Bumped to 1.3.0. by @moorepants in #126
- Added conda recipe for yeadon 1.3.0. by @moorepants in #127
- replaced yaml.load by yaml.safe_load by @Sciancisco in #131
- Fixed utils.printoptions by @Sciancisco in #132
- Added files to enable Github Actions CI. by @moorepants in #133
- Run CI on Python 3.7-3.10. by @moorepants in #134
New Contributors
- @Sciancisco made their first contribution in #131
Full Changelog: v1.3.0...v1.4.0