·
4 commits
to refs/heads/main
since this release
What's Changed since v1.16.1
This release refactors SimTelFile in a major way to also allow iterating over all events, whether they triggered or not.
Previously, it was only possible to iterate separately over all events using for event SimTelFile.iter_mc_events(), but only reading the shower information, not including the rest of the data in case events actually triggered.
Now, we always include all available information for each event and the options skip_non_triggered can be used to decide whether events that did not create a trigger should be included when iterating.
While this is an API breaking change, the default usage of using SimTelFile should not require any changes.
- Set x86 wheels to still use manylinux2014 (#300) @maxnoe
- Refactor
SimTelFileto allow iterating over all events based (#298) @maxnoe - Parse StereoReconstruction in SimTelFile (#299) @maxnoe
- Cherry pick perf improvements iter all events (#297) @maxnoe
Contributors
@maxnoe and @orelgueta