Skip to content

4.2.0 : Better Labels and Custom G4

Compare
Choose a tag to compare
@tomeichlersmith tomeichlersmith released this 04 Jan 18:34
· 14 commits to main since this release

Besides some documentation and chores, the main features motivating this release are #80 and #82 .

#80 standardizes using environment variables to track our dependency versions, this also makes it transparent to add labels to the image so we can deduce which package versions are in use without having to run it.

#82 adds a snippet to the entrypoint script allowing users to use a custom-build of Geant4 by defining a special environment variable. This may mean we will not have to keep different builds of Geant4 within the container anymore since users who wish to study other builds can now build their own without having to build the entire image. #90 followed up with some fixes to enable versions of Geant4 with different datasets.

What's Changed

New Contributors

Full Changelog: v4.1.0...4.2.0