Skip to content

Commit 0fefb93

Browse files
authored
Merge pull request #286 from cta-observatory/prepare_0.11
Render changelog for 0.11
2 parents a296ed2 + 937d8b1 commit 0fefb93

File tree

9 files changed

+37
-12
lines changed

9 files changed

+37
-12
lines changed

CHANGES.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
pyirf v0.11.0 (2024-05-14)
2+
==========================
3+
4+
Bug Fixes
5+
---------
6+
7+
- Fix ``pyirf.benchmarks.energy_bias_resolution_from_energy_dispersion``.
8+
This function was not adapted to the now correct normalization of the
9+
energy dispersion matrix, resulting in wrong results on the now correct
10+
matrices. [`#268 <https://github.com/cta-observatory/pyirf/pull/268>`__]
11+
12+
13+
New Features
14+
------------
15+
16+
- Adds an extrapolator for parametrized compontents utilizing blending over visible edges, resulting
17+
in a smooth extrapolation compared to the NearestSimplexExtrapolator. [`#253 <https://github.com/cta-observatory/pyirf/pull/253>`__]
18+
19+
- 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>`__]
20+
21+
- Add basic combinatoric fill-value handling for RAD_MAX estimation. [`#282 <https://github.com/cta-observatory/pyirf/pull/282>`__]
22+
23+
24+
Maintenance
25+
-----------
26+
27+
- Clarified some documentation. [`#266 <https://github.com/cta-observatory/pyirf/pull/266>`__]
28+
29+
- Add support for astropy 6.0. [`#271 <https://github.com/cta-observatory/pyirf/pull/271>`__]
30+
31+
- Added filling of CREF keyword (IRF axis order) in the output files [`#275 <https://github.com/cta-observatory/pyirf/pull/275>`__]
32+
33+
34+
35+
Refactoring and Optimization
36+
----------------------------
37+
138
pyirf v0.10.1 (2023-09-15)
239
==========================
340

docs/changes/253.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes/264.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/266.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/268.bugfix.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/changes/271.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/275.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/279.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/282.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)