Skip to content

Releases: keenon/nimblephysics

v0.10.12 Exposing to Python controls for missing GRF detection

12 Oct 20:00
Compare
Choose a tag to compare

v0.10.11 More robust unmeasured external force detection

12 Oct 05:20
Compare
Choose a tag to compare

This update makes DynamicsFitter more aggressive at detecting unmeasured external forces. It also exposes an option to have DynamicsFitter not tune individual link masses.

v0.10.10 Replacing all exit(1) calls with exceptions

11 Oct 19:22
Compare
Choose a tag to compare

This will allow code to catch the exceptions and continue, if there's logic to do that

v0.10.9 Minor fix for default values for `error` on `MarkerInitialization`

10 Oct 16:11
Compare
Choose a tag to compare

v0.10.8 New fields for SubjectOnDisk, bug fixes for GUI, MarkerFitter fixes

10 Oct 00:35
Compare
Choose a tag to compare
  • New fields for SubjectOnDisk
  • Bug fixes for renderBasis() in the GUI
  • MarkerFitter will now catch certain errors on individual trials and pass them back to Python, rather than crashing the whole pipeline

v0.10.7 Allowing you to set a custom "Geometry" folder path in `parseOsim`

06 Oct 22:46
Compare
Choose a tag to compare

v0.10.6 New python bindings

06 Oct 21:50
Compare
Choose a tag to compare

This adds a few new Python bindings

v0.10.5 Fixing a few memory corruption bugs in DynamicsFitter

05 Oct 23:38
Compare
Choose a tag to compare

This finds and fixes a few bugs that would cause DynamicsFitter to crash, including bad assumptions about observed joint centers being the same across all trials, and having some unchecked non-existent-key [] accesses.

v0.10.4 Fixing a memory corruption bug in MarkerFixer

02 Oct 01:06
Compare
Choose a tag to compare

We were deleting a key in a map, and then later accessing that map using [] syntax to print values. This was causing the elements to be re-created, with garbage values, but only on some Linux builds. This release fixes that issue.

v0.10.3 Exposing RippleReductionProblem to Python

01 Oct 20:49
Compare
Choose a tag to compare

This is a minor fix to allow Python to add a bunch of arguments to generateDataErrorsReport(...) on both MarkerFixer and MarkerFitter to allow control of the RippleReductionProblem that runs on the markers.