Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 895 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 895 Bytes

Changelog

Versions follow Semantic Versioning (<major>.<minor>.<patch>)

[v1.2.1]

Fixed

  • Fixed handling of repeated composite scan files for a given subject (e.g. 123-2 or 123 (2)).

[v1.2.0]

Changed

  • The bare scansplitter invocation will now execute a streamlined pipeline; The user will be prompted to select a directory to run through the batch and aggregate pipelines with their respective default values.

[v1.1.0]

Added

  • Add the scansplitter aggregate data aggregation pipeline to aggregate a directory of anthro measurements into a single CSV.

Changed

  • Consolidated scan files are now split into CSVs rather than preserving the formatting of the source file.
  • Headers are now written into the measurements & landmarks CSVs when split out of the consolidated scan file.

[v1.0.0]

Initial release