Skip to content

Commit e59f93d

Browse files
Bump version to v0.9.1
1 parent c83cde8 commit e59f93d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.9.1] - 2026-01-11
4+
5+
### Added
6+
- Added several 2x2 geometry tags to FLOW geometry parser
7+
- Consolidated configuration documentation in `spine/config/README.md`
8+
- Integrated METADATA_GUIDE.md and REMOVING_KEYS_EXAMPLE.md content
9+
- Comprehensive coverage of composition, overrides, metadata, and compatibility features
10+
11+
### Changed
12+
- **Breaking**: Fully separated `file_keys` and `file_list` configuration paths to guarantee proper parsing
13+
- `file_keys` must now be a list of file paths only
14+
- `file_list` must be a path to a text file containing file paths
15+
- Mixed usage is no longer supported
16+
- Renamed CI workflow from 'Comprehensive Testing' to 'CI' (`.github/workflows/ci.yml`)
17+
- Reordered README badges: CI → codecov → RTD → PyPI → Python
18+
19+
### Fixed
20+
- Fixed syntax of FLOW geometry tags
21+
- Fixed typos in reader docstrings (`LArCVReader`, `FlowReader`)
22+
- Fixed issue with `skip_entry_list` parameter handling in dataset readers
23+
- Fixed `GeoDrawer` to explicitly require detector geometry in constructor
24+
- Fixed hard-coded scaling factor in batch unwrapper when merging volumes
25+
326
## [0.9.0] - 2026-01-07
427

528
### Added

src/spine/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Module which stores the current software version."""
22

3-
__version__ = "0.9.0"
3+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)