We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc1d87 commit 0495347Copy full SHA for 0495347
2 files changed
CHANGELOG.md
@@ -5,6 +5,16 @@ All notable changes to the SPINE Production System will be documented in this fi
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
18
## [0.4.2] - 2026-03-01
19
20
### Changed
version.py
@@ -1,3 +1,3 @@
1
"""Version information for spine-prod."""
2
3
-__version__ = "0.4.2"
+__version__ = "0.4.3"
0 commit comments