|
| 1 | +.. _gammapy_0p20p1_release: |
| 2 | + |
| 3 | +0.20.1 (June 16th, 2022) |
| 4 | +------------------------ |
| 5 | + |
| 6 | +Summary |
| 7 | +~~~~~~~ |
| 8 | + |
| 9 | +- Released June 17th, 2022 |
| 10 | +- 10 contributors |
| 11 | +- 21 pull requests (not all listed below) |
| 12 | + |
| 13 | +What's new? |
| 14 | +~~~~~~~~~~~ |
| 15 | + |
| 16 | +This release is a bug fix for v0.20. It corrects several issues that were recently reported and |
| 17 | +improves the documentation . |
| 18 | + |
| 19 | +Data with `Background2D` IRFs were not handled correctly by the `MapDatasetMaker` in v0.20. |
| 20 | +This is now corrected. |
| 21 | + |
| 22 | +Error bars in spectral excess plots were not correctly computed which resulted in inconsistent |
| 23 | +displays between excess and residual panels. The correct excess error is now computed. |
| 24 | + |
| 25 | +Spectral extraction with point-like IRFs can fail is some cases where no counts are found within the |
| 26 | +radmax extension. This is due to an inconsistent behavior of the `PointSkyRegion.contains` method. |
| 27 | +A patch has been introduced to correct for that before this is fixed in the `regions` package. |
| 28 | + |
| 29 | +The new `Observation.peek()` methods no longer returns empty panels when some IRF are not available. |
| 30 | + |
| 31 | +Some issues affecting the `SafeMaskMaker` have been corrected as well as a bug of the |
| 32 | +`ExcessMapEstimator` appearing when the input `Dataset` had not mask defined. |
| 33 | + |
| 34 | +The folder structure of the documentation has been updated to closely follow the documentation |
| 35 | +structure. This corrects some inconsistencies appearing in the lateral table of contents both in |
| 36 | +the main documentation and the tutorial pages. |
| 37 | + |
| 38 | +Contributors |
| 39 | +~~~~~~~~~~~~ |
| 40 | + |
| 41 | +- Mathieu de Bony |
| 42 | +- Axel Donath |
| 43 | +- Luca Giunti |
| 44 | +- Bruno Khelifi |
| 45 | +- Maximilian Nöthe |
| 46 | +- Laura Olivera-Nieto |
| 47 | +- Fabio Pintore |
| 48 | +- Quentin Rémy |
| 49 | +- Atreyee Sinha |
| 50 | +- Régis Terrier |
| 51 | + |
| 52 | +Pull Requests |
| 53 | +~~~~~~~~~~~~~ |
| 54 | + |
| 55 | +This list is incomplete. Small improvements and bug fixes are not listed here. |
| 56 | + |
| 57 | +- [#3990] Restructure docs folder (Axel Donath) |
| 58 | +- [#3988] Fix issue [#3983] (Laura Olivera-Nieto) |
| 59 | +- [#3987] Fix the SafeMaskMaker (Bruno Khelifi) |
| 60 | +- [#3986] Fix bug in RegionNDMap.fill_events with PointSkyRegion (Régis Terrier) |
| 61 | +- [#3979] Fix inconsistency between NMCID and number of MID* keywords in MapDatasetEventSampler (Fabio Pintore) |
| 62 | +- [#3975] Fix error bars on plot_excess method os SpectrumDataset(OnOff) (Mathieu de Bony) |
| 63 | +- [#3966] Adapt Observation.peek according to available hdus (Atreyee Sinha) |
| 64 | +- [#3959] Correct make_map_background_irf bug with Background2D (Régis Terrier) |
| 65 | +- [#3948] Load all available HDUs in DataStore.obs, not only the required_hdus (Maximilian Nöthe) |
0 commit comments