Releases: cta-observatory/magic-cta-pipe
v0.6.1
Summary
This release has an important software fix for problems with LST pointing at the beginning of the run (in particular since summer 2025).
It is also the first release with a possibility to find the proper time offset for the data with broken GPS.
Contributors
@Ryo-Imazawa, @aleberti, @dependabot[bot], @joannaWojS, @jsitarek and dependabot[bot]
What has changed since v0.6.0
Pull-requests containing changes of multiple nature are repeated.
- changes for 0.6.1 release (#320) @jsitarek
- Bump actions/cache from 4 to 5 (#319) @dependabot[bot]
- Bump actions/checkout from 5 to 6 (#312) @dependabot[bot]
- Update joint_data_quality.ipynb (#311) @joannaWojS
New features
- software fix for the unstable pointing at the beginning (and end) of a run (#313) @jsitarek
- Coincidence method for the MAGIC broken timestamp data (#231) @Ryo-Imazawa
Bug Fixes
v0.6.0
Summary
First version compatible with ctapipe 0.25. Note that due to change of the way how the stereoscopic and some monoscopic parameters are computed in ctapipe the results are not the same with it as with the 0.5 versions, thus MC and data processed with 0.5 and 0.6 version should not be mixed in analysis.
Contributors
What has changed since v0.5.8
Pull-requests containing changes of multiple nature are repeated.
New features
- ctapipe 0.25 (#290) @Elisa-Visentin
Maintenance
- ctapipe 0.25 (#290) @Elisa-Visentin
v0.5.8
Summary
Final release before moving to ctapipe 0.25
Contributors
@aleberti, @dependabot[bot], @jsitarek, JoannaWojS and dependabot[bot]
What has changed since v0.5.7
Pull-requests containing changes of multiple nature are repeated.
- Notebook joint_data_quality added. (#310) @joannaWojS
- update of files for release 0.5.8 (#309) @jsitarek
- fix for the error in coincidence script if one of the MAGIC files is empty (#308) @jsitarek
- Bump actions/setup-python from 5 to 6 (#307) @dependabot[bot]
v0.6.0-beta
What's Changed
- fixes for merging new and old data by @Elisa-Visentin in #297
- drop duplicates in ST list by @Elisa-Visentin in #295
- compare source coord database vs MAGIC data by @Elisa-Visentin in #298
- bug fix by @Elisa-Visentin in #300
- fix dropped cols by @Elisa-Visentin in #301
- Update DL1_to_DL2.py by @Elisa-Visentin in #302
- Update lst1_magic_create_irf.py by @Elisa-Visentin in #304
- Update database_config.yaml by @Elisa-Visentin in #303
- preparation for releasing 0.5.7 by @jsitarek in #305
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #307
- Update setup.cfg by @jsitarek in #306
- New path auto tailcut by @Elisa-Visentin in #299
Full Changelog: v0.6.0-alpha...v0.6.0-beta
v0.5.7
Summary
Latest bugfixes of the 0.5 branch (mostly related to autoMCP, but also a fix in IRF generation), before we start with the new 0.6 branch.
Contributors
@Elisa-Visentin, @aleberti, @dependabot[bot], @jsitarek and dependabot[bot]
What has changed since v0.5.6
Pull-requests containing changes of multiple nature are repeated.
- Bump actions/checkout from 4 to 5 (#296) @dependabot[bot]
New features
- compare source coord database vs MAGIC data (#298) @Elisa-Visentin
- drop duplicates in ST list (#295) @Elisa-Visentin
Bug Fixes
- Update lst1_magic_create_irf.py (#304) @Elisa-Visentin
- bug fix (#300) to avoid producing empty DL3 files @Elisa-Visentin
- drop duplicates in ST list (#295) @Elisa-Visentin
- fixes for merging new and old data (#297) @Elisa-Visentin
Maintenance
- Update database_config.yaml (#303) @Elisa-Visentin
- Update DL1_to_DL2.py (#302) @Elisa-Visentin
- fix dropped cols (#301) @Elisa-Visentin
- compare source coord database vs MAGIC data (#298) @Elisa-Visentin
- Update to v0.5.6 in documentation files and fix CI (#294) @aleberti
What's Changed
- Update to v0.5.6 in documentation files and fix CI by @aleberti in #294
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #296
- fixes for merging new and old data by @Elisa-Visentin in #297
- drop duplicates in ST list by @Elisa-Visentin in #295
- compare source coord database vs MAGIC data by @Elisa-Visentin in #298
- bug fix by @Elisa-Visentin in #300
- fix dropped cols by @Elisa-Visentin in #301
- Update DL1_to_DL2.py by @Elisa-Visentin in #302
- Update lst1_magic_create_irf.py by @Elisa-Visentin in #304
- Update database_config.yaml by @Elisa-Visentin in #303
- preparation for releasing 0.5.7 by @jsitarek in #305
Full Changelog: v0.5.6...v.0.5.7
v0.6.0-alpha
pre-release for ctapipe-0.25 compatible version
v0.5.6
What's Changed
- Bug fix 0.5.5 (autoMCP bugfixes for the case of selecting a nonstandard outputname and fixes for the jobaccounting) by @Elisa-Visentin in #293
Full Changelog: v0.5.5...v0.5.6
v0.5.5
v0.5.4
What's Changed
- fix config by @Elisa-Visentin in #255
- Wobble in LST db by @Elisa-Visentin in #254
- In_out_versions by @Elisa-Visentin in #252
- ra dec db by @Elisa-Visentin in #259
- fix list_from_h5 issue by @Elisa-Visentin in #282
- Fix date in config_auto_MCP (bug) by @SamantaMorales in #284
- Adding the ability to perform LST-1 + one MAGIC analysis. by @joannaWojS in #287
- Implementation of the cloud profile estimator in magic-cta-pipe by @mpecimotika in #286
- Match time query by @Elisa-Visentin in #279
- Devoto dev by @FedericoDevoto757 in #258
- moved some of the parsing of arguments into a separate function by @jsitarek in #289
- added a margin of 0.02 in coszd interpolation, by @jsitarek in #288
- some tailcut fixes by @Elisa-Visentin in #283
- Mc dense by @Elisa-Visentin in #270
- Implement custom energy-dependent cuts for IRFs and DL3 creations by @gabemery in #280
- DL2 and DL3 semi-automatic scripts by @Elisa-Visentin in #250
New Contributors
- @SamantaMorales made their first contribution in #284
- @mpecimotika made their first contribution in #286
Full Changelog: v0.5.3...v0.5.4