Releases: chrisdembia/yeadon
Releases · chrisdembia/yeadon
Version 1.5.0
- 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
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
yeadon-1.3.0
This release adds Python 3 support.
What's Changed
- Support python3 by @moorepants in #123
Full Changelog: v1.2.1...v1.3.0
yeadon-1.2.1
This release coincides with the second version of the paper on this software package:
Dembia C, Moore JK and Hubbard M. An object oriented implementation of the Yeadon human inertia model [v1; ref status: indexed, http://f1000r.es/4cr] F1000Research 2014, 3:223 (doi: 10.12688/f1000research.5292.1)
Full Changelog: v1.2.0...v1.2.1
yeadon-1.2.0
This release coincides with a forthcoming publication about this package.
Full Changelog: v1.1.0...v1.2.0