Version 1.1.0
Release Notes:
- Updates to MCEq wrapper and cashier: will break backwards compatibility to old cache objects. These need to be recomputed
- Speedup in geometry calls: utilizes
icecube.phys_services.ExtrudedPolygon
as convex hulls per default now, which improves speed - Added pre-commit hooks, CI
- Additional updates as outlined below
Added Functionality:
- Added GSF model
- Compatibility to simweights (removal of icecube.weighting)
- Optional I3MCTree name for many functions
get_all_parents
: get all parents of a particle- Support for icetray convex hulls
- Bundle radius labels
- Caching of MuonGun.Tracklist for improved speed
Changes:
- Removed mkl dependence
get_muon_bundle_information
: additional information add- MCEq wrapper now also adds splines for muons
MCLabelsCorsikaMultiplicity
: behaviour changed- Typo fixed in cashier: will break old cache objects
Commits and PRs
- Feature/muon bundle info by @mhuen in #4
- fix hash typo in cashier and bump version number by @The-Ludwig in #5
- add GlobalSplineFit model to MCEq models (beta version with tabulated values) by @The-Ludwig in #6
- Feature/PulseSegmentationLabels by @mhuen in #7
- CompatibilitySimweights by @mhuen in #9
- Optional i3 mc tree name by @mhuen in #11
- Function to get all parents of an I3Particle by @mhuen in #12
- Feature/AddConvexHulls by @mhuen in #13
- Improve runtime for large I3MCTrees by @mhuen in #17
- Improve runtime of geometry calls by @mhuen in #18
- Fix usage of ExtrudedPolygon by @LarsBollmann in #19
- Add base class for biased event selection by @mhuen in #20
- bug fix in get_weighted_primary by @pascalgutjahr in #21
- Add missing import by @fschlueter in #23
- Extend base module by @fschlueter in #24
- Update dependency ShowerParameters by @Aske-Rosted in #22
- Pre-commit hooks, CI, and pyproject.toml by @mhuen in #25
- Fix badges by @mhuen in #26
- Remove trailing comma by @mhuen in #27
New Contributors
- @LarsBollmann made their first contribution in #19
- @pascalgutjahr made their first contribution in #21
- @fschlueter made their first contribution in #23
- @Aske-Rosted made their first contribution in #22
Full Changelog: v1.0.0...v1.1.0