Skip to content

Commit 0495347

Browse files
Release v0.4.3
1 parent 1bc1d87 commit 0495347

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the SPINE Production System will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.3] - 2026-03-06
9+
10+
### Added
11+
- New ICARUS MPV/MPR v5 trained configuration
12+
- New SBND v2 configuration with fixed GrapPA feature engineering
13+
14+
Full Changelog: [v0.4.2...v0.4.3](https://github.com/DeepLearnPhysics/spine-prod/compare/v0.4.2...v0.4.3)
15+
16+
---
17+
818
## [0.4.2] - 2026-03-01
919

1020
### Changed

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for spine-prod."""
22

3-
__version__ = "0.4.2"
3+
__version__ = "0.4.3"

0 commit comments

Comments
 (0)