Skip to content

Commit a80291a

Browse files
authored
Merge pull request #291 from cta-observatory/prepare_0.12
Prepare changelog for 0.12.0
2 parents 11bbe4d + e61f433 commit a80291a

File tree

6 files changed

+35
-14
lines changed

6 files changed

+35
-14
lines changed

CHANGES.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
pyirf v0.12.0 (2024-11-15)
2+
==========================
3+
4+
5+
API Changes
6+
-----------
7+
8+
- Make it possible to pass multiple quantiles to ``pyirf.benchmarks.angular_resolution``, calculating all of them.
9+
10+
The column name(s) in the output now include(s) the percentage value of the calculated quantile, e.g. ``angular_resolution_68``. [`#290 <https://github.com/cta-observatory/pyirf/pull/290>`__]
11+
12+
13+
Bug Fixes
14+
---------
15+
16+
- Fix ``pyirf.irfs.energy_dispersion.energy_dispersion_to_migration``.
17+
This function was not adapted to the now correct normalization of the
18+
energy dispersion matrix, resulting in wrong results on the now correct
19+
matrices. [`#273 <https://github.com/cta-observatory/pyirf/pull/273>`__]
20+
21+
22+
New Features
23+
------------
24+
25+
- Add 3D effective area functions for lon/lat and theta/phi coordinates and some necessary utiliy functions. [`#281 <https://github.com/cta-observatory/pyirf/pull/281>`__]
26+
27+
28+
Maintenance
29+
-----------
30+
31+
- Make pyirf compatible with numpy 2.0.
32+
33+
134
pyirf v0.11.0 (2024-05-14)
235
==========================
336

docs/changes/273.bugfix.rst

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

docs/changes/281.feature.rst

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

docs/changes/289.maintenance.rst

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

docs/changes/290.api.rst

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

docs/changes/template.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if render_title %}
22
{% if versiondata.name %}
3-
{{ versiondata.name }} {{ versiondata.version }} ({{ versiondata.date }})
3+
{{ versiondata.name | lower }} {{ versiondata.version }} ({{ versiondata.date }})
44
{{ top_underline * ((versiondata.name + versiondata.version + versiondata.date)|length + 4)}}
55
{% else %}
66
{{ versiondata.version }} ({{ versiondata.date }})
@@ -40,4 +40,4 @@ No significant changes.
4040
{# No significant changes. #}
4141
{% endif %}
4242
{% endfor %}
43-
{% endfor %}
43+
{% endfor %}

0 commit comments

Comments
 (0)