Skip to content

v1.2.1

Choose a tag to compare

@francois-drielsma francois-drielsma released this 12 Sep 22:26
· 25 commits to main since this release

Added

  • Categorical display resolution: Add a common data-object API for fixed and scheme-dependent enum labels, interpret neutrino interaction fields under their stored LArSoft or GENIE scheme, and resolve PDG particle names through the optional Scikit-HEP particle visualization dependency.
  • Legacy HDF5 object defaults: Allow fixed-width scalar fields absent from older object schemas to receive provenance-driven reader defaults without replacing values stored by newer files.

Fixed

  • Geometry-aware data loading: Initialize configured detector geometry inside every DataLoader worker, including workers created with the spawn multiprocessing context, while preserving caller-provided worker initialization.
  • Neutrino PDG sentinels: Use 0 as the default unknown PDG identifier and conservatively prevent legacy unset or target-only neutrino records from presenting -1 as a physical anti-down quark.

Full Changelog: v1.2.0...v1.2.1