3.9 KiB
3.9 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.0 (2025-03-02)
Features
- add flag to disable logging to stderr (39d11a5)
- adds ability to do phase cost functions (fa40ceb)
- adds ability to manually specify measurement files (3fe55db)
- adds ability to override geometry info from config file (6d24f96)
- adds ability to parse pair measurement headers, though without processing yet (8e122ba)
- adds ability to parse pair measurements (7594f9b)
- adds new type for measurement groups to facilitate future refactors, technically breaking but not for what public interface should be (42dddca)
- adds resumptions and ability to check completed work (ae65277)
- parse cpsd type from header (9bda1a4)
Bug Fixes
- better handling of files in stages and remove crufty code (d4631db)
- better inference with overrides (31ba558)
- fixes for override measurement file finding (5ad98f0)
- fixes unused import error (c99d110)
1.0.1 (2025-02-22)
Bug Fixes
- add label to logs, and some minor formatting (007e6e0)
1.0.0 (2025-02-22)
⚠ BREAKING CHANGES
- major change of name and adding jenkinsfile, etc.
- copying over from sd4
Features
- adds ability to read from config file (4729543)
- copying over from sd4 (5a0b294)
- major change of name and adding jenkinsfile, etc. (c5b76e6)
- many disparate updates for modernising (a731a81)
- Now can run through config file, with smarter label (2243ced)