This repository was archived by the owner on Mar 4, 2026. It is now read-only.
OsteoSort version 1.1.0
Changes for OsteoSort version 1.1.0:
API chhanges:
- Renamed lengthsort function to metric sort. This reflects the use of more than maximum length measurements.
- Merged plot arguments into output_options.
- Removed plotme calls from OsteoSort and crated plots for all iterations of analytics if specified in output_options.
- Removed stdout argument in favor of using output_options.
- Added tolower cleanup of string arguments.
- Added new function for pair, articulation, and association output files to .csv.
Bug fixes:
- Fixed null n_regions and dist arguments in match.2d.invariant
- Fixed typo for excluded to exclude.
- Changed variable name ID from template and argument input to lowercase id to avoid excel bug with csv sylk file error.
Methods:
- Stable 2D analytical functions are now released.
Dependency changes:
- Removed doSnow and foreach dependencies
Document changes:
Updated all man pages for argument changes.