Skip to content

Commit

Permalink
Merge pull request #291 from cta-observatory/prepare_0.12
Browse files Browse the repository at this point in the history
Prepare changelog for 0.12.0
  • Loading branch information
maxnoe authored Nov 15, 2024
2 parents 11bbe4d + e61f433 commit a80291a
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 14 deletions.
33 changes: 33 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
pyirf v0.12.0 (2024-11-15)
==========================


API Changes
-----------

- Make it possible to pass multiple quantiles to ``pyirf.benchmarks.angular_resolution``, calculating all of them.

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>`__]


Bug Fixes
---------

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


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

- 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>`__]


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

- Make pyirf compatible with numpy 2.0.


pyirf v0.11.0 (2024-05-14)
==========================

Expand Down
4 changes: 0 additions & 4 deletions docs/changes/273.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changes/281.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/289.maintenance.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/290.api.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/changes/template.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if render_title %}
{% if versiondata.name %}
{{ versiondata.name }} {{ versiondata.version }} ({{ versiondata.date }})
{{ versiondata.name | lower }} {{ versiondata.version }} ({{ versiondata.date }})
{{ top_underline * ((versiondata.name + versiondata.version + versiondata.date)|length + 4)}}
{% else %}
{{ versiondata.version }} ({{ versiondata.date }})
Expand Down Expand Up @@ -40,4 +40,4 @@ No significant changes.
{# No significant changes. #}
{% endif %}
{% endfor %}
{% endfor %}
{% endfor %}

0 comments on commit a80291a

Please sign in to comment.