Skip to content

Releases: DeepLearnPhysics/larcv2

v2.3.3

02 Apr 22:28

Choose a tag to compare

Added

  • Docker containerization with automatic builds via GitHub Actions
  • Container images published to ghcr.io/deeplearnphysics/larcv2
  • Docker helper script (docker-run.sh) for easier container usage
  • Version tracking in python/larcv/version.py
  • Comprehensive Docker documentation in README

Changed

  • Modernized Dockerfile with ROOT 6.34.00 and Ubuntu 24.04 LTS
  • Updated build system to support containerized builds
  • Migrated from Travis CI to GitHub Actions for CI/CD
  • Updated badges in README with modern alternatives

Removed

  • Deprecated Travis CI integration
  • Old Singularity Hub references

Full Changelog: v2_3_2...v2.3.3

v2_3_2

13 Nov 20:53
125eb08

Choose a tag to compare

What's Changed

  • Flash: initialize frame and volume id with kINVALID_UINT by @sindhu-ku in #57

Full Changelog: v2_3_1...v2_3_2

v2_3_1

11 Nov 00:50
668ed2b

Choose a tag to compare

What's Changed

Full Changelog: v2_2_6...v2_3_1

v2_3_0

11 Nov 00:49

Choose a tag to compare

What's Changed

Full Changelog: v2_2_6...v2_3_0

v2_2_6

28 Mar 17:52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2_2_1...v2_2_6

v2_2_5

28 Mar 15:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2_2_1...v2_2_5

v2_2_1

08 Mar 17:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2_2_0...v2_2_1

v2_2_0

13 Dec 20:36
0799589

Choose a tag to compare

Minor changes for 2x2 information propagation:

  • Instance_t changed to a unsigned long, use signed long max for dummy value
  • Add Trigger and EventTrigger classes to store trigger information in each event
  • Add a gen_id field to store the original generator ID of a particle