Skip to content

Releases: keenon/nimblephysics

v0.8.40 More Python bindings for DynamicsFitter

11 Nov 18:24
Compare
Choose a tag to compare

Adding a few bindings I had forgotten to expose to DynamicsFitter, fitter.computeInverseDynamics(...) and config.setDefaults(...)

v0.8.39 DynamicsFitter scales to larger sets of longer trials

11 Nov 03:32
Compare
Choose a tag to compare

A number of improvements in DynamicsFitter allow it to handle larger sets of longer trials, including zeroLinearResidualsAndOptimizeAngular()

v0.8.38 Automatically recalibrate force plates

02 Nov 21:22
Compare
Choose a tag to compare

DynamicsFitter gets a method (recalibrateForcePlates) to automatically shift force plate spatial calibration to the optimal match with the marker data after you've got a zero residual trajectory.

v0.8.37 Root residual reduction for DynamicsFitter

02 Nov 14:55
Compare
Choose a tag to compare

DynamicsFitter is getting a few new optimization problems that can modify the root trajectory of a subject to reduce the residuals.

v0.8.36 Minor stability improvements

29 Oct 01:12
Compare
Choose a tag to compare

Prevent crashing on impossible inertia matrices, prevent IncompressibleCurveJoint producing NaN's at exactly PI/2 angles.

v0.8.35 Anthropometric stability improvements

24 Oct 19:02
Compare
Choose a tag to compare

This fixes a few bugs with Anthropometrics. Most importantly, we no longer have unavailable measurements default to 0, instead we default to the mean in the dataset, so we don't accidentally skew covariances.

v0.8.34 Adding biological joint support

24 Oct 15:07
Compare
Choose a tag to compare

This adds support to the body of Nimble for the first-class scaling in biological joints:

  • ScapulathoracicJoint
  • EllipsoidJoint
  • ConstantCurvatureJoint
  • ConstantCurvatureIncompressibleJoint

v0.8.33 Adding ScapulothoracicJoint

04 Oct 16:15
Compare
Choose a tag to compare

This release adds a differentiable ScapulothoracicJoint, which can be loaded by the OpenSimParser from *.osim files.

v0.8.32 Add yet more DynamicsFitter Python APIs

15 Sep 01:24
Compare
Choose a tag to compare

This release should bring DynamicsFitter up to parity with what we need to run dynamics fitting in AddBiomechanics.

v0.8.31 DynamicsFitter Python API patch

15 Sep 00:56
Compare
Choose a tag to compare

This adds a few API calls, and changes some signatures for DynamicsFitter.