|
3 | 3 | Changelog |
4 | 4 | ========= |
5 | 5 |
|
6 | | -We use a one-line description of every pull request. |
7 | | - |
8 | | -.. to obtain the merged PRs since a specific release, e.g. v0.2.0 use |
9 | | -.. `$ git log --merges --first-parent master --oneline master...v0.2.0` |
10 | | -.. to obtain the contributor, use |
11 | | -.. `$ git shortlog -sne --no-merges master...v0.2.0 |
12 | | -
|
13 | | -.. RELEASE TEMPLATE |
14 | | -.. |
15 | | -.. `X.Y.Z < github link >`__ (Month Day, YEAR) |
16 | | -.. ------------------------------------------- |
17 | | -.. |
18 | | -.. Summary |
19 | | -.. +++++++ |
20 | | -.. |
21 | | -.. - Released Month Day, YEAR |
22 | | -.. - N contributors |
23 | | -.. |
24 | | -.. **Description** |
25 | | -.. |
26 | | -.. . . . |
27 | | -.. |
28 | | -.. **Contributors:** |
29 | | -.. |
30 | | -.. In alphabetical order by last name: |
31 | | -.. |
32 | | -.. - . . . |
33 | | -.. |
34 | | -.. Pull Requests |
35 | | -.. +++++++++++++ |
36 | | -.. |
37 | | -.. - [#XXX] TITLE (AUTHOR) |
38 | | -
|
39 | | -
|
40 | | -.. _pyirf_0p7p0_release: |
41 | | - |
42 | | -`0.7.0 <https://github.com/cta-observatory/pyirf/releases/tag/v0.7.0>`__ (2022-04-14) |
43 | | -------------------------------------------------------------------------------------- |
44 | | - |
45 | | -Summary |
46 | | -+++++++ |
47 | | - |
48 | | -- Released April 4th, 2022 |
49 | | -- 2 Contributors |
50 | | - |
51 | | -Contributors |
52 | | -++++++++++++ |
53 | | - |
54 | | -- Rune Michael Dominik |
55 | | -- Maximilian Nöthe |
56 | | - |
57 | | -Description |
58 | | -+++++++++++ |
59 | | - |
60 | | - |
61 | | -The main feature of this release is new methods for interpolation of |
62 | | -pdf-like IRFs, i.e. energy dispersion and psf table. |
63 | | -These methods replace the methods not suitable for interpolation of probability |
64 | | -densities introduced in pyirf 0.5.0. |
65 | | - |
66 | | -This release also adds support for astropy 5.0. |
67 | | - |
68 | | -merged pull requests |
69 | | -++++++++++++++++++++ |
70 | | - |
71 | | -- `#174 <https://github.com/cta-observatory/pyirf/pull/174>`_ Adapted quantile interpolation |
72 | | -- `#177 <https://github.com/cta-observatory/pyirf/pull/177>`_ Add interpolate_psf_table to ``__all__`` |
73 | | -- `#175 <https://github.com/cta-observatory/pyirf/pull/175>`_ Allow and test astropy=5 |
74 | | - |
75 | | - |
76 | | -.. _pyirf_0p6p0_release: |
77 | | - |
78 | | -`0.6.0 <https://github.com/cta-observatory/pyirf/releases/tag/v0.6.0>`__ (2021-01-10) |
79 | | -------------------------------------------------------------------------------------- |
80 | | - |
81 | | -Summary |
82 | | -+++++++ |
83 | | - |
84 | | -- Released January 10th, 2022 |
85 | | -- 5 Contributors |
86 | | - |
87 | | -Contributors |
88 | | -++++++++++++ |
89 | | - |
90 | | -- Maximilian Nöthe |
91 | | -- Michael Punch |
92 | | -- Michele Peresano |
93 | | -- Julian Sitarek |
94 | | -- Gernot Maier |
95 | | - |
96 | | -Description |
97 | | -+++++++++++ |
98 | | - |
99 | | -This release is mainly a maintenance release with few changes to the functionality. |
100 | | -The main feature is the update to gammapy 0.19 in the tests and the utility functions |
101 | | -to get gammapy IRF classes from pyirf output. |
102 | | - |
103 | | -In the future, we will more directly interface with and use gammapy, now that |
104 | | -the science tool decision was taken. |
105 | | - |
106 | | - |
107 | | -merged pull requests |
108 | | -++++++++++++++++++++ |
109 | | - |
110 | | -- `#164 <https://github.com/cta-observatory/pyirf/pull/164>`_ Update to gammapy 0.19 |
111 | | -- `#168 <https://github.com/cta-observatory/pyirf/pull/168>`_ Enable intersphinx, use to link to gammapy docs |
112 | | -- `#171 <https://github.com/cta-observatory/pyirf/pull/171>`_ Add release-drafter action |
113 | | -- `#172 <https://github.com/cta-observatory/pyirf/pull/172>`_ Replace outdated link to redmine by xwiki link |
114 | | -- `#165 <https://github.com/cta-observatory/pyirf/pull/165>`_ Do not require private DL2 event display output anymore for unit tests |
115 | | -- `#162 <https://github.com/cta-observatory/pyirf/pull/162>`_ Refactor hist normalization, remove assert from library code |
116 | | -- `#160 <https://github.com/cta-observatory/pyirf/pull/160>`_ Add missing docs pages |
117 | | -- `#156 <https://github.com/cta-observatory/pyirf/pull/156>`_ Interpolate psf |
118 | | -- `#159 <https://github.com/cta-observatory/pyirf/pull/159>`_ GADF URL corrections |
119 | | -- `#154 <https://github.com/cta-observatory/pyirf/pull/154>`_ Fill energy and/or angular resolution tables with NaNs if input events table is empty |
120 | | - |
121 | | - |
122 | | -.. _pyirf_0p5p0_release: |
123 | | - |
124 | | -`0.5.0 <https://github.com/cta-observatory/pyirf/releases/tag/v0.5.0>`__ (2021-05-05) |
125 | | -------------------------------------------------------------------------------------- |
126 | | - |
127 | | -Summary |
128 | | -+++++++ |
129 | | - |
130 | | -- Released May 5th, 2021 |
131 | | -- 4 Contributors |
132 | | - |
133 | | -Contributors |
134 | | -++++++++++++ |
135 | | - |
136 | | -- Julian Sitarek |
137 | | -- Maximilian Nöthe |
138 | | -- Michele Peresano |
139 | | -- Abelardo Moralejo Olaizola |
140 | | - |
141 | | -Description |
142 | | -+++++++++++ |
143 | | - |
144 | | -Main new feature in this release are functions to interpolate grids of IRFs |
145 | | -to, e.g. for different pointing directions, to new IRFs. |
146 | | -Supported at the moment are effective area and energy dispersion. |
147 | | - |
148 | | -We also added a function to compute energy bias and resolution from the |
149 | | -energy dispersion IRF and a new spectrum for cosmic rays: the DAMPE combined |
150 | | -proton and helium spectrum. |
151 | | - |
152 | | -The other pull requests are mainly maintenance and a small bugfix. |
153 | | - |
154 | | - |
155 | | -merged pull requests |
156 | | -++++++++++++++++++++ |
157 | 6 |
|
158 | | -- `#149 <https://github.com/cta-observatory/pyirf/pull/149>`_ Interpolation docs |
159 | | -- `#141 <https://github.com/cta-observatory/pyirf/pull/141>`_ Interpolate IRFs |
160 | | -- `#144 <https://github.com/cta-observatory/pyirf/pull/144>`_ Add function to compute bias and resolution from energy dispersion |
161 | | -- `#145 <https://github.com/cta-observatory/pyirf/pull/145>`_ Proton+Helium spectrum from DAMPE 2019 ICRC proceeding |
162 | | -- `#148 <https://github.com/cta-observatory/pyirf/pull/148>`_ Use setuptools_scm for versioning |
163 | | -- `#147 <https://github.com/cta-observatory/pyirf/pull/147>`_ Fix benchmark functions for events outside given bins |
164 | | -- `#138 <https://github.com/cta-observatory/pyirf/pull/138>`_ Fix name of deploy build |
165 | | -- `#143 <https://github.com/cta-observatory/pyirf/pull/143>`_ Fix zenodo json |
166 | | -- `#139 <https://github.com/cta-observatory/pyirf/pull/139>`_ Fix how theta cut is calculated in EventDisplay comparison |
167 | | -- `#140 <https://github.com/cta-observatory/pyirf/pull/140>`_ uproot4 -> uproot |
| 7 | +For newer releases than v0.4.1, please refer to the GitHub releases page <https://github.com/cta-observatory/pyirf/releases>`_. |
168 | 8 |
|
169 | 9 |
|
170 | 10 | .. _pyirf_0p4p1_release: |
|
0 commit comments