Skip to content

Commit 12a6095

Browse files
authored
Merge pull request #252 from cta-observatory/prepare_0.10
Render changelog for 0.10
2 parents c9cfc62 + ffbe3f6 commit 12a6095

File tree

4 files changed

+34
-10
lines changed

4 files changed

+34
-10
lines changed

CHANGES.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
Pyirf v0.10.0 (2023-08-23)
2+
==========================
3+
4+
This release contains an important bug fix for the energy dispersion computation,
5+
it was wrongly normalized before.
6+
7+
API Changes
8+
-----------
9+
10+
- In prior versions of pyirf, the energy dispersion matrix was normalized to a
11+
sum of 1 over the migration axis.
12+
This is wrong, the correct normalization is to an integral of 1, which is fixed now.
13+
14+
The internal API of the interpolation functions had to be adapted to take in additional
15+
keywords, mainly the bin edges and the kind of normalization (standard or solid angle cone sections). [`#250 <https://github.com/cta-observatory/pyirf/pull/250>`__]
16+
17+
- Replace single ``viewcone`` argument of ``SimulationInfo`` with
18+
``viewcone_min`` and ``viewcone_max``, e.g. to correctly enable
19+
ring wobble simulations. [`#239 <https://github.com/cta-observatory/pyirf/pull/239>`__]
20+
21+
22+
Bug Fixes
23+
---------
24+
25+
- See above on the energy dispersion change.
26+
27+
28+
New Features
29+
------------
30+
31+
- Add option to specify which containment to use for angular resolution. [`#234 <https://github.com/cta-observatory/pyirf/pull/234>`__]
32+
33+
34+
135
pyirf 0.9.0 (2023-07-19)
236
========================
337

docs/changes/234.feature.rst

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

docs/changes/239.api.rst

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

docs/changes/250.api.rst

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

0 commit comments

Comments
 (0)