Skip to content

Commit

Permalink
Merge pull request #203 from cta-observatory/prepare_0.8.0
Browse files Browse the repository at this point in the history
Prepare 0.8
  • Loading branch information
maxnoe committed Nov 25, 2022
2 parents 6ee8f46 + ce9c5a3 commit 2629bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 162 deletions.
162 changes: 1 addition & 161 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,168 +3,8 @@
Changelog
=========

We use a one-line description of every pull request.

.. to obtain the merged PRs since a specific release, e.g. v0.2.0 use
.. `$ git log --merges --first-parent master --oneline master...v0.2.0`
.. to obtain the contributor, use
.. `$ git shortlog -sne --no-merges master...v0.2.0
.. RELEASE TEMPLATE
..
.. `X.Y.Z < github link >`__ (Month Day, YEAR)
.. -------------------------------------------
..
.. Summary
.. +++++++
..
.. - Released Month Day, YEAR
.. - N contributors
..
.. **Description**
..
.. . . .
..
.. **Contributors:**
..
.. In alphabetical order by last name:
..
.. - . . .
..
.. Pull Requests
.. +++++++++++++
..
.. - [#XXX] TITLE (AUTHOR)
.. _pyirf_0p7p0_release:

`0.7.0 <https://github.com/cta-observatory/pyirf/releases/tag/v0.7.0>`__ (2022-04-14)
-------------------------------------------------------------------------------------

Summary
+++++++

- Released April 4th, 2022
- 2 Contributors

Contributors
++++++++++++

- Rune Michael Dominik
- Maximilian Nöthe

Description
+++++++++++


The main feature of this release is new methods for interpolation of
pdf-like IRFs, i.e. energy dispersion and psf table.
These methods replace the methods not suitable for interpolation of probability
densities introduced in pyirf 0.5.0.

This release also adds support for astropy 5.0.

merged pull requests
++++++++++++++++++++

- `#174 <https://github.com/cta-observatory/pyirf/pull/174>`_ Adapted quantile interpolation
- `#177 <https://github.com/cta-observatory/pyirf/pull/177>`_ Add interpolate_psf_table to ``__all__``
- `#175 <https://github.com/cta-observatory/pyirf/pull/175>`_ Allow and test astropy=5


.. _pyirf_0p6p0_release:

`0.6.0 <https://github.com/cta-observatory/pyirf/releases/tag/v0.6.0>`__ (2021-01-10)
-------------------------------------------------------------------------------------

Summary
+++++++

- Released January 10th, 2022
- 5 Contributors

Contributors
++++++++++++

- Maximilian Nöthe
- Michael Punch
- Michele Peresano
- Julian Sitarek
- Gernot Maier

Description
+++++++++++

This release is mainly a maintenance release with few changes to the functionality.
The main feature is the update to gammapy 0.19 in the tests and the utility functions
to get gammapy IRF classes from pyirf output.

In the future, we will more directly interface with and use gammapy, now that
the science tool decision was taken.


merged pull requests
++++++++++++++++++++

- `#164 <https://github.com/cta-observatory/pyirf/pull/164>`_ Update to gammapy 0.19
- `#168 <https://github.com/cta-observatory/pyirf/pull/168>`_ Enable intersphinx, use to link to gammapy docs
- `#171 <https://github.com/cta-observatory/pyirf/pull/171>`_ Add release-drafter action
- `#172 <https://github.com/cta-observatory/pyirf/pull/172>`_ Replace outdated link to redmine by xwiki link
- `#165 <https://github.com/cta-observatory/pyirf/pull/165>`_ Do not require private DL2 event display output anymore for unit tests
- `#162 <https://github.com/cta-observatory/pyirf/pull/162>`_ Refactor hist normalization, remove assert from library code
- `#160 <https://github.com/cta-observatory/pyirf/pull/160>`_ Add missing docs pages
- `#156 <https://github.com/cta-observatory/pyirf/pull/156>`_ Interpolate psf
- `#159 <https://github.com/cta-observatory/pyirf/pull/159>`_ GADF URL corrections
- `#154 <https://github.com/cta-observatory/pyirf/pull/154>`_ Fill energy and/or angular resolution tables with NaNs if input events table is empty


.. _pyirf_0p5p0_release:

`0.5.0 <https://github.com/cta-observatory/pyirf/releases/tag/v0.5.0>`__ (2021-05-05)
-------------------------------------------------------------------------------------

Summary
+++++++

- Released May 5th, 2021
- 4 Contributors

Contributors
++++++++++++

- Julian Sitarek
- Maximilian Nöthe
- Michele Peresano
- Abelardo Moralejo Olaizola

Description
+++++++++++

Main new feature in this release are functions to interpolate grids of IRFs
to, e.g. for different pointing directions, to new IRFs.
Supported at the moment are effective area and energy dispersion.

We also added a function to compute energy bias and resolution from the
energy dispersion IRF and a new spectrum for cosmic rays: the DAMPE combined
proton and helium spectrum.

The other pull requests are mainly maintenance and a small bugfix.


merged pull requests
++++++++++++++++++++

- `#149 <https://github.com/cta-observatory/pyirf/pull/149>`_ Interpolation docs
- `#141 <https://github.com/cta-observatory/pyirf/pull/141>`_ Interpolate IRFs
- `#144 <https://github.com/cta-observatory/pyirf/pull/144>`_ Add function to compute bias and resolution from energy dispersion
- `#145 <https://github.com/cta-observatory/pyirf/pull/145>`_ Proton+Helium spectrum from DAMPE 2019 ICRC proceeding
- `#148 <https://github.com/cta-observatory/pyirf/pull/148>`_ Use setuptools_scm for versioning
- `#147 <https://github.com/cta-observatory/pyirf/pull/147>`_ Fix benchmark functions for events outside given bins
- `#138 <https://github.com/cta-observatory/pyirf/pull/138>`_ Fix name of deploy build
- `#143 <https://github.com/cta-observatory/pyirf/pull/143>`_ Fix zenodo json
- `#139 <https://github.com/cta-observatory/pyirf/pull/139>`_ Fix how theta cut is calculated in EventDisplay comparison
- `#140 <https://github.com/cta-observatory/pyirf/pull/140>`_ uproot4 -> uproot
For newer releases than v0.4.1, please refer to the GitHub releases page <https://github.com/cta-observatory/pyirf/releases>`_.


.. _pyirf_0p4p1_release:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools >= 40.6.0", "wheel", "setuptools_scm[toml]>=3.4"]
requires = ["setuptools >= 40.6.0", "setuptools_scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"

0 comments on commit 2629bdc

Please sign in to comment.