Skip to content

Releases: biomechanics-foundation/c3dio

v0.8.0

08 Apr 08:20
Compare
Choose a tag to compare

Added support for calculating center of pressure and force for Type-2 force plates. Type-3 force plates are still not functional.

Tests are also broken due to adding required parameters on parsing. Some (most) C3D files exclude required parameters such as the ANALOG group when they don't apply to the specific file. This is against the C3D specification. As a result, c3dio adds the missing parameters rather than rejecting the file. Upon writing, the number of parameters becomes different between the file and the read-write-read test fails.

v0.7.0

30 Jan 06:16
Compare
Choose a tag to compare

Includes updated documentation and continued progression to full read-write-read success for c3d.org files.

v0.3.0

27 Aug 04:55
Compare
Choose a tag to compare

Initial working implementation of analog data parsing

v0.2.0

22 Aug 06:01
Compare
Choose a tag to compare

This release fixed an issue with the data block being selected properly.

v0.1.0

20 Aug 05:11
Compare
Choose a tag to compare

First public release of c3dio

Not all functionality is fully tested and working. Areas that are working include:

  • Parsing marker data
  • Parsing parameters
  • Parsing analog data (incl. scaling/offset)

Areas that are in development:

  • Force plate data
  • Full testing suite