Skip to content

Releases: halleysfifthinc/C3D.jl

v0.6.0

01 Apr 02:01

Choose a tag to compare

C3D v0.6.0

Diff since v0.5.2

Merged pull requests:

Release v0.5.2: Complete support for marker residuals, and more

27 Jun 22:36

Choose a tag to compare

Point residual data is now correct and available (residual data was previously available but not processed/correct). Point residuals for missing markers is set to missing, same as the marker data.

Breaking changes

  • readc3d and readc3dinfo functions were combined; previous functionality from readc3dinfo was maintained. See the docstring for more details.
  • The field for residuals in C3DFile has been singularized to residual to match the convention of singular names for point and analog
  • Keyword argument in readc3d for setting invalid points to missing has been renamed from withmissings => missingpoints
  • C3D.jl now requires Julia v1.x

Release v0.3.2

07 Sep 16:17

Choose a tag to compare

Bump patch

Release v0.3.1: Registering to METADATA/General

07 Sep 16:05

Choose a tag to compare

This release includes more testing and a slight API refactor to improve some names:

In the readc3d function, the keyword argument invalidate => withmissings to better describe the purpose, and because invalidate was too similar to valid in the (newly renamed) readc3dinfo function.

readparams was renamed to readc3dinfo, and its keyword argument controlling the validation of the C3D parameters was renamed to validate from valid.

Support invalid data points

06 Jul 23:07
ddc3d01

Choose a tag to compare

Invalid data points are now supported, with a kwarg to ignore residuals signalling invalid data points.

Release v0.2.0

28 Jun 22:06

Choose a tag to compare

This version is a dramatic improvement in both the API and the support for the C3D standard as compared to the last release. The new API should be considered semi-stable. The most immediate future improvements will be implementation tweaks to allow reading more C3D files from various vendors that may not accurately or completely follow the C3D standard, resulting in incorrect or failed file reads.