Releases: cta-observatory/pycorsikaio
Releases · cta-observatory/pycorsikaio
v0.5.0 – 2024-11-04
v0.4.0 – 2023-11-27
Summary
This PR adds support for reading longitudinal fit parameters from the event end blocks, reading longitudinal files and adds the function CORSIKA uses to describe the longitudinal distribution.
Contributors
@AndreaNegro953, @maxnoe and @orelgueta
What has changed since v0.3.4
Pull-requests containing changes of multiple nature are repeated.
v0.3.4 – 2023-09-08
v0.3.3 – 2023-05-31
v0.3.2 – 2023-03-29
v0.3.1 – 2023-03-10
v0.3.0 – 2023-02-16
Summary
- Added unit information
- Add option to delay parsing of data blocks to improve performance for the use case of loading many events at once
Contributors
@HealthyPear, @maxnoe and @orelgueta
What has changed since v0.2.6.post1
Pull-requests containing changes of multiple nature are repeated.
v0.2.6.post1 – 2022-10-26
v0.2.6 – 2022-10-26
Summary
This is a small bugfix and maintenance release fixing an issue where corsikaio would enter an infinite loop in case of a truncated file, which can happen if corsika did not finish successfully.
Contributors
@maxnoe and @orelgueta
What has changed since v0.2.5
Pull-requests containing changes of multiple nature are repeated.
Bugfix
Maintenance
v0.2.5 – 2021-07-06
- Add support for reading zstd compressed corsika files
- Add
as_dict
convenience function to convert run headers / event headers to dictionaries