Recent Releases of https://github.com/cta-observatory/pycorsikaio
https://github.com/cta-observatory/pycorsikaio - v0.5.0 – 2024-11-04
Summary
Added support for files written using the THIN option. Thanks @oven8
Contributors
@maxnoe and @oven8
What has changed since v0.4.0
- Support for thin type file structure (#42) @oven8
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/cta-observatory/pycorsikaio - 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.
- Add reader and fit function for longitudinal files (#39) @maxnoe
- Added longitudinal fit parameters to 7.xx event end fields (#37) @AndreaNegro953
- Fix numpy deprecation warning (#38) @maxnoe
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/cta-observatory/pycorsikaio - v0.3.4 – 2023-09-08
Summary
This fixes a bug in iter_blocks that resulted in an infinite loop when using this low-level function directly and adds better errors in case of truncated files.
Contributors
@maxnoe
What has changed since v0.3.3
- Fix iter blocks (#34) @maxnoe
- Python
Published by release-drafter[bot] almost 3 years ago
https://github.com/cta-observatory/pycorsikaio - v0.3.3 – 2023-05-31
Summary
This release fixes wrong units of the azimuth and zenith fields of the event header subblocks
Contributors
@maxnoe
What has changed since v0.3.2
Pull-requests containing changes of multiple nature are repeated.
- Fix units of azimuth/zenith in event header blocks (#33) @maxnoe
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cta-observatory/pycorsikaio - v0.3.2 – 2023-03-29
Summary
This release contains only two backwards-compatible performance improvements
Contributors
@maxnoe
What has changed since v0.3.1
Pull-requests containing changes of multiple nature are repeated.
- Chunked reading (#29) @maxnoe
- Call tell only when needed (#27) @maxnoe
- Python
Published by release-drafter[bot] about 3 years ago
https://github.com/cta-observatory/pycorsikaio - v0.3.1 – 2023-03-10
Summary
Bugfix release fixing the reading of longitudinal blocks broken in v0.3.0
Contributors
@maxnoe
What has changed since v0.3.0
Pull-requests containing changes of multiple nature are repeated.
- Fix reading of longitudinal blocks, fixes #24 (#25) @maxnoe
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cta-observatory/pycorsikaio - 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.
- Add option to not parse blocks (#21) @maxnoe
- Add a unit to all fields (#23) @HealthyPear
- Better event header (#22) @maxnoe
- Python
Published by release-drafter[bot] over 3 years ago
https://github.com/cta-observatory/pycorsikaio - v0.2.6.post1 – 2022-10-26
Summary
Fixes upload to pypi by exluding tests in the sdist
Contributors
@maxnoe
What has changed since v0.2.6
Pull-requests containing changes of multiple nature are repeated.
Maintenance
- Exclude tests from sdist to reduce size (#20) @maxnoe
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cta-observatory/pycorsikaio - 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
- Check read block size, fixes #15 (#16) @maxnoe
Maintenance
- Use setuptools_scm, move options to setup.cfg (#17) @maxnoe
- Add release draft action and config (#18) @maxnoe
- Python
Published by release-drafter[bot] over 3 years ago
https://github.com/cta-observatory/pycorsikaio - v0.2.5 – 2021-07-06
- Add support for reading zstd compressed corsika files
- Add
as_dictconvenience function to convert run headers / event headers to dictionaries
- Python
Published by maxnoe almost 5 years ago
https://github.com/cta-observatory/pycorsikaio - v0.2.4.post1
- Add pyproject.toml
- Python
Published by maxnoe over 5 years ago
https://github.com/cta-observatory/pycorsikaio - v0.2.4
v0.2.4
- Add MIT license
- Python
Published by maxnoe over 5 years ago
https://github.com/cta-observatory/pycorsikaio - v0.2.3
v0.2.3
- Slight performance improvement
- Python
Published by maxnoe almost 6 years ago
https://github.com/cta-observatory/pycorsikaio - v0.2.2
v0.2.2
- Fix for numpy 1.17 FutureWarning, #7
- Python
Published by maxnoe over 6 years ago
https://github.com/cta-observatory/pycorsikaio - v0.2.1
v0.2.1
Add corsika 7.7 to supported versions
- Python
Published by maxnoe over 6 years ago
https://github.com/cta-observatory/pycorsikaio - v0.2.0
v0.2.0
- n_shower was not read correctly due to an error in the CORSIKA user guide
- unused fields in the blocks are no longer returned to the user
- Some typos in field names were fixed
- Python
Published by maxnoe over 7 years ago
https://github.com/cta-observatory/pycorsikaio - Release for pypi deployment
- Python
Published by maxnoe about 8 years ago