Skip to content

Releases: cta-observatory/pyirf

v0.11.0 – 2024-05-14

14 May 10:12
0fefb93
Compare
Choose a tag to compare

See the rendered changelog in the docs: https://pyirf.readthedocs.io/en/latest/changelog.html#pyirf-v0-11-0-2024-05-14

For the list of merged pull requests and contributors, see below:

What's Changed since v0.10.1

Contributors

@RuneDominik, @Tobychev, @jsitarek, @maxnoe and @morcuended

v0.10.1 – 2023-09-15

15 Sep 12:52
4b617cc
Compare
Choose a tag to compare

What's Changed since v0.10.0

  • Render changelog for 0.10.1 (#262) @maxnoe
  • Extend and rework IRF interpolation docs (#255) @RuneDominik
  • Fix PowerLaw.from_simulation for new SimulationInfo, add test (#258) @maxnoe
  • Fix leftover config errors after renaming default branch to main (#254) @maxnoe
  • Add estimate_background to all (#256) @maxnoe

Contributors

@RuneDominik and @maxnoe

v0.10.0 – 2023-08-23

23 Aug 16:07
12a6095
Compare
Choose a tag to compare

What's Changed since v0.9.0

This fix contains an important bugfix for the computation of energy dispersion matrices.
A script to fix existing DL3 files is attached to this release.

See the full changelog on readthedocs: https://pyirf.readthedocs.io/en/latest/changelog.html

Merged Pull Requests:

Contributors

@maxnoe @RuneDominik

v0.9.0 – 2023-07-20

20 Jul 12:03
19fff68
Compare
Choose a tag to compare

Below are the merged pull requests, for the more detailed changelog see:

https://pyirf.readthedocs.io/en/latest/changelog.html#pyirf-0-9-0-2023-07-20

What's Changed since v0.8.1

Contributors

@RuneDominik and @maxnoe

v0.8.1 – 2023-03-16

16 Mar 13:56
d8de7a4
Compare
Choose a tag to compare

Below are the merged pull requests, for the more detailed changelog see:

https://pyirf.readthedocs.io/en/latest/changelog.html#pyirf-0-8-1-2023-03-16

What's Changed since v0.8.0

Contributors

@RuneDominik and @maxnoe

v0.8.0 – 2022-11-25

25 Nov 16:37
2629bdc
Compare
Choose a tag to compare

What's Changed since v0.7.0

  • Update gammapy requirement to 1.x (#202) @maxnoe
  • Interpolate RAD_MAX tables (#180) @RuneDominik
  • Improve under/overflow and nan handling in binning related functions (#199) @maxnoe
  • Fix unit handling of powerlaw (#200) @maxnoe
  • Improvements for calculating sensitivity on diffuse gammas (#197) @maxnoe
  • Fix ang res unit handling, fixes #192 (#193) @maxnoe
  • Ignore under/overflow events in table operations (#189) @maxnoe
  • Include endpoint in create_bins_per_decade if it matches the regular spacing, fixes #187 (#188) @maxnoe

Contributors

@RuneDominik and @maxnoe

v0.7.0 – 2022-04-19

19 Apr 09:55
285bca1
Compare
Choose a tag to compare

What's Changed since v0.6.0

Contributors

@RuneDominik and @maxnoe

v0.6.0 – 2022-01-10

10 Jan 10:25
3f9cfba
Compare
Choose a tag to compare

What's Changed since v0.5.0

Contributors

@GernotMaier, @HealthyPear, @jsitarek, @maxnoe and @mdpunch

v0.5.0

11 May 12:36
57409c7
Compare
Choose a tag to compare

Summary

  • Released May 6th, 2021
  • 4 Contributors

Contributors

  • Julian Sitarek
  • Maximilian Nöthe
  • Michele Peresano
  • Abelardo Moralejo Olaizola

Description

Main new feature in this release are functions to interpolate grids of IRFs
to, e.g. for different pointing directions, to new IRFs.
Supported at the moment are effective area and energy dispersion.

We also added a function to compute energy bias and resolution from the
energy dispersion IRF and a new spectrum for cosmic rays: the DAMPE combined
proton and helium spectrum.

The other pull requests are mainly maintenance and a small bugfix.

Merged Pull Requests

  • #149 Interpolation docs
  • #141 Interpolate IRFs
  • #144 Add function to compute bias and resolution from energy dispersion
  • #145 Proton+Helium spectrum from DAMPE 2019 ICRC proceeding
  • #148 Use setuptools_scm for versioning
  • #147 Fix benchmark functions for events outside given bins
  • #138 Fix name of deploy build
  • #143 Fix zenodo json
  • #139 Fix how theta cut is calculated in EventDisplay comparison
  • #140 uproot4 -> uproot

v0.4.1

22 Mar 08:32
e802382
Compare
Choose a tag to compare
  • Add functions to convert pyirf results to the corresponding gammapy clases (#135 ) @maxnoe
  • Add example notebook for calculating point-like IRFs from the FACT open data (#137) @maxnoe