All notable changes to this project will be documented in this file.
- Issue in
SequenceUtil.sequenceByFrameMap
. (#57)
- Option to sort output in concatenate step. (#52) (!2863)
- Problem in applying force filter on a pipeline node. (!2805)
- Issue in
QuaternionSequence.ensureContinuity
method. (#53)
- Events are always sorted in JSON export. (#52) (!2863)
- Ability to access force plate data in pipelines. (#47) (!2706)
- Inverse dynamics support. (#45)
- Added support for joints. Segments now have a distalJoint and a proximalJoint.
- Added various math functions.
- Added class for calculating body segment parameters.
- Documentation regarding available joint names.
- Documentation regarding new
export
property for parameters & events. (#44)
- Regressions in
eventMask
andcount
steps. (#43)
- New steps:
root
,sqrt
,cbrt
, andpower
(aliaspow
). (#31) - Analog data model. (#39)
- Support for
include
andexclude
options foreventDuration
andeventMask
steps. (#37) - Support for
exist
andempty
functions inif
step. (#35) - Allow more input data types (anything but signals with components) in
if
step. (#35) - Documentation regarding templates, measurement data, EMG. (#35)
- Support spaces in signal names in
if
step. (#35) - Support field accessor syntax in
if
step. (#35) - Support dot notation syntax in
if
step. (#34) - Support for
include
andexclude
options foreventDuration
andeventMask
steps. (#37) - Return scalar value when both operands are scalar in arithmetic steps. (#32)
- Changed syntax for field access to use semicolons instead of commas. (!2090)
- Do not stop processing due to empty/missing inputs in
if
step. (#35) - Defers checking the
then
andelse
option inputs until they are needed inif
step. (#35) - Ensure that frames in
eventMask
step are not negative. (#38) - Ignore events that are outside of the measurement range in
eventMask
step. (#40) - More flexible handling of data types in
concat
step. (#36) - Automatically unpack number-like arrays for options. (#33)
Initial release. No changelog was kept up until v1.1.0.