Skip to content

Commit

Permalink
Merge pull request #286 from cta-observatory/prepare_0.11
Browse files Browse the repository at this point in the history
Render changelog for 0.11
  • Loading branch information
maxnoe committed May 14, 2024
2 parents a296ed2 + 937d8b1 commit 0fefb93
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 12 deletions.
37 changes: 37 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
pyirf v0.11.0 (2024-05-14)
==========================

Bug Fixes
---------

- Fix ``pyirf.benchmarks.energy_bias_resolution_from_energy_dispersion``.
This function was not adapted to the now correct normalization of the
energy dispersion matrix, resulting in wrong results on the now correct
matrices. [`#268 <https://github.com/cta-observatory/pyirf/pull/268>`__]


New Features
------------

- Adds an extrapolator for parametrized compontents utilizing blending over visible edges, resulting
in a smooth extrapolation compared to the NearestSimplexExtrapolator. [`#253 <https://github.com/cta-observatory/pyirf/pull/253>`__]

- Ignore warnings about invalid floating point operations when calculating `n_signal` and `n_signal_weigthed` because the relative sensitivty is frequently NaN. [`#264 <https://github.com/cta-observatory/pyirf/pull/264>`__]

- Add basic combinatoric fill-value handling for RAD_MAX estimation. [`#282 <https://github.com/cta-observatory/pyirf/pull/282>`__]


Maintenance
-----------

- Clarified some documentation. [`#266 <https://github.com/cta-observatory/pyirf/pull/266>`__]

- Add support for astropy 6.0. [`#271 <https://github.com/cta-observatory/pyirf/pull/271>`__]

- Added filling of CREF keyword (IRF axis order) in the output files [`#275 <https://github.com/cta-observatory/pyirf/pull/275>`__]



Refactoring and Optimization
----------------------------

pyirf v0.10.1 (2023-09-15)
==========================

Expand Down
2 changes: 0 additions & 2 deletions docs/changes/253.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/264.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/266.maintenance.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/changes/268.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/271.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/275.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/279.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/282.feature.rst

This file was deleted.

0 comments on commit 0fefb93

Please sign in to comment.