v0.13.2
·
356 commits
to main
since this release
Changed
- Semantic overlay precedence: Include the ghost semantic class at the end of the default shape precedence so ghost-inclusive semantic labels can use precedence-based duplicate cleanup safely during overlays.
- LArCV overlay configuration: Add dataset-level
overlay_methodsoverrides toLArCVDataset, matchingHDF5Dataset, so products such asrun_infocan use policies likefirst,match, orcatwithout changing parser defaults.
Fixed
- Overlay duplicate cleanup: Preserve aligned feature-only tensors during overlay duplicate cleanup by letting tensors such as
sourcesreuse the row selection from an explicitoverlay_reference, and add sum/average aggregation support for duplicate sparse features. - Manager stopwatch recovery: Reset active manager-owned stopwatches before new manager calls so exceptions in I/O, model, post-processing, or analysis do not leave watches stuck in a running state.
Full Changelog: v0.13.1...v0.13.2