Releases: cta-observatory/ctapipe_io_magic
v0.5.5
Summary
Release with LIDAR reading info and check of missing trees or reports.
Contributors
@aleberti, @dependabot, @dependabot[bot] and @nzywucka
What has changed since v0.5.4
Pull-requests containing changes of multiple nature are repeated.
- Update README for v0.5.5 (#96) @aleberti
- Laser test (#84) @nzywucka
- Take info on prescaler and trigger from previous subrun if not available in the current file (#86) @aleberti
- Bump release-drafter/release-drafter from 5 to 6 (#93) @dependabot
- Bump codecov/codecov-action from 3 to 4 (#92) @dependabot
- Update deploy workflow. (#90) @aleberti
- Add dependabot configuration. (#89) @aleberti
- Put test files with missing trees in a separate directory. (#88) @aleberti
- Add file check for Events and RunHeaders trees. (#87) @aleberti
- Add configuration file for release-drafter. (#83) @aleberti
- Small updates (#82) @aleberti
- Add installation from conda-forge. (#81) @aleberti
- Add conda forge badge in README (#80) @aleberti
- Update checkout action version. (#79) @aleberti
- Add release-drafter workflow. (#78) @aleberti
- Update license specification. (#76) @aleberti
- Use setup-micromamba action. (#75) @aleberti
- Deploy pypi (#74) @aleberti
- Update setup config file with BSD license and python 3.11. (#73) @aleberti
v0.5.4
v0.5.3
What's Changed
Link to PyPI: https://pypi.org/project/ctapipe-io-magic/0.5.3/
Full Changelog: v0.5.2...v0.5.3
v0.5.2
This version introduces support for the data taken with the hardware stereo trigger. Also, it fixes a bug for mono data where the time difference array is not correctly retrieved.
What's Changed
- Update setup by @aleberti in #64
- Introducing hardware stereo trigger by @aleberti in #65
- Add changes for v0.5.2 in README. by @aleberti in #66
Full Changelog: v0.5.1...v0.5.2
V0.5.1
This release introduces compatibility with ctapipe v0.19
What's Changed
- ctapipe 0.19 by @Elisa-Visentin in #60
- V0.19 fix by @aleberti in #63
New Contributors
- @Elisa-Visentin made their first contribution in #60
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- fixed reading of mono data by @jsitarek in #56
- ctapipe v0.17 by @ellijobst in #57
Full Changelog: v0.4.7...v0.5.0
See package in PyPI: https://pypi.org/project/ctapipe-io-magic/0.5.0/
v0.4.7
In this release, full support to read in real and MC data taken in mono mode, and with SumT was added. Now it includes the treatment of unsuitable pixels for MC data. Finally, the readout of true XMax value from MC data (usually not available, filled with 0 otherwise) has been added.
What's Changed
- added reading of fLongitmax from MAGIC MCs by @jsitarek in #54
- Read bad and hot pixels information also for MC data. by @aleberti in #55
- Read mc mono by @aleberti in #53
Full Changelog: v0.4.6...v0.4.7
v0.4.6
In this release, support to read in data taken in mono mode (full for real data, partial for MCs) was added. Also, a bug in the recognition of mono/stereo or standard trigger/SumT data (added also for MC) was fixed.
What's Changed
Full Changelog: v0.4.5...v0.4.6
v0.4.5
In this release the automatic tests are fixed and the possibility to choose the effective or nominal focal length is added as the focal_length_choice
option. The default choice is "effective".