Skip to content

v0.24.0 – 2024-04-01

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 08:46
· 30 commits to refs/heads/main since this release
287e768

Summary

This is a release adding major, long-awaited new features to ctapipe, including the optimization of event selection "cuts" and
the computation of basic IRFs.
This task is by no means finished, rather a first working version to build from. Please test and give feedback in issues and discussions.

See the full changelog in the documentation and the list of merged pull requests and contributors below.

Contributors

@Hckjs, @LukasBeiske, @TjarkMiener, @Tobychev, @ctoennis, @dependabot[bot], @jstvdk, @kosack, @maxnoe, @mdebony, @mexanick

What has changed since v0.23.2

Pull-requests containing changes of multiple nature are repeated.

New features

Bug Fixes

  • Make sure config is fully serialized to provenance json (#2688) @maxnoe
  • Processing gain-selected dl1 data with the pixel stats tool (#2715) @TjarkMiener

Maintenance

  • Fix checkout cleaning up coverage report in sonar ci (#2713) @maxnoe
  • Add CI job testing on python 3.13 (#2687) @maxnoe
  • Perform changelog check only for pull requsts targeting main (#2690) @maxnoe
  • Make sonar coverage badge link point to coverage (#2686) @maxnoe