Skip to content

Xcoll release 0.3.0

Choose a tag to compare

@freddieknets freddieknets released this 14 Feb 12:39
· 848 commits to main since this release
7bbd4c7

What's Changed

Develop Updates

  • install_protection_hook.sh: run this bash script to install hooks to your local xcoll repository that will halt commits that contain changes in protected files (like version.sh)
  • InvalidCollimator has been renamed into InvalidXcoll
  • The lost particle state codes have been reshuffled to make room for XC_LOST_ON_EVEREST_BLOCK
  • Internal workings of the Everest code have been updated (using a struct EverestData): this is the first step towards a full rewrite.
  • Multiple coulomb scattering inside Everest has been updated: correcting for edge effects is optional (because not needed for EverestBlock)
  • First steps towards impact registration have been made: table is linked correctly, but not yet implemented inside Everest.
  • Bugfix in the jaw field
  • Update manager.py by @phermes in #34

New Contributors

Full Changelog: v0.2.7...v0.3.0