Skip to content

Releases: chrisdembia/yeadon

Version 1.5.0

22 Jun 06:40
Compare
Choose a tag to compare
  • 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

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0

18 Oct 21:23
Compare
Choose a tag to compare
  • Dropped support for Python < 3.7 (including 2.7).
  • Replaced yaml.load with yaml.safe_load.
  • Fixed pretty printing of results to work with newer NumPy versions.

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

yeadon-1.3.0

29 Jan 16:33
Compare
Choose a tag to compare

This release adds Python 3 support.

What's Changed

Full Changelog: v1.2.1...v1.3.0

yeadon-1.2.1

02 Mar 08:47
Compare
Choose a tag to compare

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

03 Sep 23:17
Compare
Choose a tag to compare

This release coincides with a forthcoming publication about this package.

Full Changelog: v1.1.0...v1.2.0