Recent Releases of yeadon
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 https://github.com/chrisdembia/yeadon/pull/135
- Update Github actions to new versions and runon Python 3.8+. by @moorepants in https://github.com/chrisdembia/yeadon/pull/138
- Remove uses of numpy.matrix by @moorepants in https://github.com/chrisdembia/yeadon/pull/139
- Switched the comman line executable to an entry_point instead of
bin/yeadon. by @moorepants in https://github.com/chrisdembia/yeadon/pull/140 - Trigger CI for NumPy 2.0. by @moorepants in https://github.com/chrisdembia/yeadon/pull/141
Full Changelog: https://github.com/chrisdembia/yeadon/compare/v1.4.0...v1.5.0
- Python
Published by moorepants almost 2 years ago
yeadon - Version 1.4.0
- Dropped support for Python < 3.7 (including 2.7).
- Replaced
yaml.loadwithyaml.safe_load. - Fixed pretty printing of results to work with newer NumPy versions.
What's Changed
- Bumped to 1.3.0. by @moorepants in https://github.com/chrisdembia/yeadon/pull/126
- Added conda recipe for yeadon 1.3.0. by @moorepants in https://github.com/chrisdembia/yeadon/pull/127
- replaced yaml.load by yaml.safe_load by @Sciancisco in https://github.com/chrisdembia/yeadon/pull/131
- Fixed utils.printoptions by @Sciancisco in https://github.com/chrisdembia/yeadon/pull/132
- Added files to enable Github Actions CI. by @moorepants in https://github.com/chrisdembia/yeadon/pull/133
- Run CI on Python 3.7-3.10. by @moorepants in https://github.com/chrisdembia/yeadon/pull/134
New Contributors
- @Sciancisco made their first contribution in https://github.com/chrisdembia/yeadon/pull/131
Full Changelog: https://github.com/chrisdembia/yeadon/compare/v1.3.0...v1.4.0
- Python
Published by moorepants over 3 years ago
yeadon - yeadon-1.3.0
This release adds Python 3 support.
What's Changed
- Support python3 by @moorepants in https://github.com/chrisdembia/yeadon/pull/123
Full Changelog: https://github.com/chrisdembia/yeadon/compare/v1.2.1...v1.3.0
- Python
Published by moorepants about 9 years ago
yeadon - 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: https://github.com/chrisdembia/yeadon/compare/v1.2.0...v1.2.1
- Python
Published by chrisdembia about 11 years ago
yeadon - yeadon-1.2.0
This release coincides with a forthcoming publication about this package.
Full Changelog: https://github.com/chrisdembia/yeadon/compare/v1.1.0...v1.2.0
- Python
Published by chrisdembia over 11 years ago