v0.9.1
·
683 commits
to main
since this release
Added
- Added several 2x2 geometry tags to FLOW geometry parser
- Consolidated configuration documentation in
spine/config/README.md- Integrated METADATA_GUIDE.md and REMOVING_KEYS_EXAMPLE.md content
- Comprehensive coverage of composition, overrides, metadata, and compatibility features
Changed
- Breaking: Fully separated
file_keysandfile_listconfiguration paths to guarantee proper parsingfile_keysmust now be a list of file paths onlyfile_listmust be a path to a text file containing file paths- Mixed usage is no longer supported
- Renamed CI workflow from 'Comprehensive Testing' to 'CI' (
.github/workflows/ci.yml) - Reordered README badges: CI → codecov → RTD → PyPI → Python
Fixed
- Fixed syntax of FLOW geometry tags
- Fixed typos in reader docstrings (
LArCVReader,FlowReader) - Fixed issue with
skip_entry_listparameter handling in dataset readers - Fixed
GeoDrawerto explicitly require detector geometry in constructor - Fixed hard-coded scaling factor in batch unwrapper when merging volumes
Full Changelog: v0.9.0...v0.9.1