Releases: halleysfifthinc/C3D.jl
v0.6.0
Release v0.5.2: Complete support for marker residuals, and more
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
andreadc3dinfo
functions were combined; previous functionality fromreadc3dinfo
was maintained. See the docstring for more details.- The field for residuals in
C3DFile
has been singularized toresidual
to match the convention of singular names forpoint
andanalog
- Keyword argument in
readc3d
for setting invalid points tomissing
has been renamed fromwithmissings
=>missingpoints
- C3D.jl now requires Julia v1.x
Release v0.3.2
Bump patch
Release v0.3.1: Registering to METADATA/General
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
Invalid data points are now supported, with a kwarg to ignore residuals signalling invalid data points.
Release v0.2.0
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.