Develop Updates
- Remove dunders from setting names in
Constantsto avoid incompatibilities with core Python name-mangling - Adapted prebuilt kernel definitions to include
EXTRA_XCOLL_CLASSES - Better GEANT4 compilation and environment checking
- Wrap
run(['which', ...], ...)intry.. exceptto avoid failing on systems wherewhichis not installed - Pre-compilation of
Geant4Collimatorworks, however, leads to segmentation fault when running. Might have to do withpybind11dependency.Temporarily removed from perbuilt kernels.
Full Changelog: v0.7.1...v0.7.2