.. include:: ../references.txt .. _gammapy_2p1_release: 2.1 (2nd April, 2026) ===================== - Released: 2nd April, 2026 - contributors: 27 - pull requests since v2.0: 133 - closed issues: 20 Summary ------- Gammapy v2.1 is the first feature release since LTS v2.0. This release includes a number of new features, bug fixes, infrastructural changes and documentation improvements. Notable new features include support for CosmiXs dark matter spectral models, for multiple OFF regions in the theta square plots, for simultaneous flux point extraction for a collection of sources with `~gammapy.estimators.FluxCollectionEstimator`. Extracting flux points from datasets generated from different telescope data is now allowed, but should be used with care as responses and the associated systematics might be strongly different. A bug affecting flux maps calculations in `~gammapy.estimators.TSMapEstimator` has been corrected. It is advised to upgrade to get correct flux maps. Prototype support for multi-parametric priors and for Bayesian model selection as been introduced. This is the first feature release where we are using ``town_crier`` for the changelog. Please see below for a list of PRs. Minor fixes are not listed. API changes ----------- - Change the argument name from ``model`` to ``kernel_model`` in `~gammapy.estimators.TSMapEstimator` for clarity. [`#6510 `_] Infrastructure -------------- - Integrate SonarQube checks for quality assurance as required by CTAO standards. [`#6150 `_] - Move the package configuration from ``setup.cfg`` to ``pyproject.toml`` as recommended by PEP621. [`#6176 `_] Documentation improvements -------------------------- - Clarify usage of `~gammapy.maps.RegionGeom.from_regions` regarding underlying projection effects. [`#6272 `_] - Remove unused ``obstime`` and ``location`` variables from `~gammapy.utils.coordinates.FoVICRSFrame` docstring example. [`#6460 `_] New features ------------ - Add an ``inverted`` option for time selection in ``select_time`` for `~gammapy.data.EventList`, `~gammapy.data.GTI` and `~gammapy.data.Observation`. [`#5436 `_] - Switch default SpectrumDataset write/read format to gadf instead of ogip (for better preservation of masks) [`#5812 `_] - Add a FitStatisticPenalty class to support constraints on multiple parameters e.g. regularity constraints, multiparametric priors [`#5838 `_] - Add `~gammapy.modeling.BayesianModelSelection` class to perform model performance comparison from a Bayesian perspective. [`#6025 `_] - Add a log parabola model defined such as the energy scale of the exponent and the reference energy can be different. [`#6147 `_] - Add `axis_name` argument to `~gammapy.estimators.FluxPoints.plot_ts_profiles` to allow the user to select the axis to plot. [`#6197 `_] - Add support for Field of View frames that have a time axis, such as when one performs drift-scan type observations. [`#6198 `_] - Implementation of the option of using ``CosmiXs`` or ``PPPC4`` as a source models for creating dark matter spectra. [`#6232 `_] - Add sample_parameters_from_covariance method on models allowing to create parameters samples from covariance using multivariate normal distribution. [`#6255 `_] - Enable the addition of `~gammapy.datasets.Datasets` and individual `~gammapy.datasets.Dataset` objects to create a new `~gammapy.datasets.Datasets` instance. [`#6256 `_] - Add a new `~gammapy.estimators.FluxCollectionEstimator` that enables the computation of flux points or flux samples jointly for a group of sources. [`#6322 `_] - Add an boolean argument `allow_multiple_telescopes` which allows the user to compute `~gammapy.estimators.FluxPointsEstimator` for multiple telescopes. [`#6339 `_] - Replace `~gammapy.makers.utils.make_theta_squared_table` with `~gammapy.makers.utils.ThetaSquaredTable` class. Overlapping regions are now forbidden. User can define multiple non-overlapping OFF regions. [`#6348 `_] - Add GTI to datasets created by `~gammapy.datasets.FermipyDatasetsReader`. [`#6378 `_] - Make LogScale clipping threshold adaptive to input dtype. This allows interpolation on float64 arrays without hard clipping at the float32 threshold (~1e-38). [`#6387 `_] - Add `~gammapy.visualization.plot_samples_violin_vs_energy` to create a violin plot from samples of a given quantity as a function of energy.` [`#6389 `_] - Replaced the slow `.coadd()` fallback in `WcsNDMap.crop` and `WcsNDMap.pad` with direct dynamic tensor slicing, drastically improving performance for irregular non-spatial geometries. [`#6428 `_] - Support chained comparisons in ``gammapy.utils.scripts.logic_parser`` (e.g., ``1 < x < 3``). [`#6467 `_] Bug Fixes --------- - Fix issue #5783, the `~gammapy.estimators.FluxPoints.to_table` method now always outputs standard flux units. [`#6108 `_] - Adapted the ``size_factor`` default value to be consistent for all spatial models. [`#6137 `_] - Extra sensitivity options were added to `~gammapy.estimators.FluxMaps`. The additional options we now support are: "dnde_sensitivity", "e2dnde_sensitivity", "eflux_sensitivity". [`#6141 `_] - Fixed `gammapy.irf.EDispKernel.plot_bias` so the correct axis is now being called for the ``xaxis.units``. [`#6159 `_] - Fixed the incorrect brackets in the error calculation for `~gammapy.stats.compute_flux_doubling`. [`#6164 `_] - Corrected `~gammapy.modeling.models.TemplatePhaseCurveTemporalModel` integration by performing global normalisation by the duration of the integration window as done in the other temporal models. [`#6182 `_] - Replaced the deprecated keyword ``RADECSYS`` for the coordinate system in the GADF event list fits table with ``RADESYSa``. [`#6189 `_] - Ignore observations without spatial overlap with the target dataset geometry in `~gammapy.makers.DatasetsMaker` instead of raising an error. [`#6194 `_] - Corrected SkyModel `_check_unit` unit requirement for models where exposure is not applied. [`#6227 `_] - Modify default interpolation conditions in `~gammapy.modeling.models.TemplateSpatialModel` to allow using Hpx geometry maps. [`#6248 `_] - Fixed ``plot_error`` for `~gammapy.modeling.models.BrokenPowerLawSpectralModel` and `~gammapy.modeling.models.TemplateNDSpectralModel` [`#6251 `_] - Fix ``plot_error`` for models evaluated with non-finite values. [`#6252 `_] - Fix the addition logic so that `gammapy.modeling.models.Models` and `gammapy.modeling.models.DatasetModels` can be added together regardless of the order they are given. [`#6253 `_] - Fix map stacking if data type is not float. [`#6254 `_] - Adapted `SpectrumDataset.create()` to avoid creating PSFMap during dataset creation. Moved creation of `SpectrumDataset.create()` into the `SpectrumDataset` class. Added check for `RegionGeom` of given geometry. [`#6259 `_] - Add an optional normalize argument on `~gammapy.modeling.models.TemplatePhaseCurveTemporalModel`. It is set by default to True, for backward compatibility with 2.0. [`#6270 `_] - Fixed kinematics in `gammapy.astro.darkmatter.DarkMatterDecaySpectralModel`. The model now correctly uses mass/2 for the primary flux lookup. [`#6298 `_] - Correct issue #6304. Include CITATION file in the gammapy directory. Modify the `_get_bibtex` and `_get_acknowledgement` functions accordingly. [`#6308 `_] - Add default `~astropy.modeling.Parameter` values on init in gammapy.astro models. This solves docs build issues which appeared recently. [`#6333 `_] - Correct bug with command-line-interface (``gammapy analysis run``) that forces background maker method to be reflected regions. [`#6367 `_] - Fix an off-by-one error in `~gammapy.maps.WcsGeom.pix_to_idx` by clipping indices to npix - 1. [`#6383 `_] - Fix ``hpx.geom.pix_to_idx`` to correctly handle non-spatial pixel coordinates, ensuring consistency with WCS. [`#6388 `_] - ``requests`` and ``tqdm`` are now included as core dependencies so that ``gammapy download datasets`` works out of the box without requiring users to install extra packages manually. [`#6400 `_] - `~gammapy.modeling.Parameter` bounds are now synchronized dynamically with `~gammapy.modeling.models.UniformPrior` and `~gammapy.modeling.models.LogUniformPrior` bounds to prevent Minuit from hitting infinite likelihood. [`#6409 `_] - Fix `gammapy.datasets.utils.set_and_restore_mask_fit` such as it does not ignore the existing dataset.mask_fit by default. [`#6416 `_] - Improve parsing of config file in FermipyDatasetsReader.read() and raise more explicit errors for invalid cases. [`#6421 `_] - Fix a ``RuntimeWarning`` due to division by zero in `~gammapy.irf.EffectiveAreaTable2D.plot_offset_dependence` when the maximum effective area is zero. [`#6450 `_] - Fix flux estimates in `gammapy.estimators.TSMapEstimator` (now the kernel is properly normalized in each energy bin rather than over the total energy range). [`#6466 `_] - Fix ``select_time`` in `~gammapy.data.EventList`, `~gammapy.data.GTI` and `~gammapy.data.Observation` to always utilise start time (inclusive) and stop time (exclusive). [`#6497 `_] - Fix unit handling in RegionNDMap.plot_mask [`#6520 `_] - Propagated the ``overwrite`` argument in the ``write`` method of `~gammapy.modeling.models.TemplateNDSpectralModel`. [`#6525 `_] - Introduce default threshold value to remove numerical artifacts created when applying `~gammapy.irf.EnergyDispersion2D.to_edisp_kernel()`. [`#6547 `_] Contributors ------------ - Fabio Acero - Kush Agarwal - Arnau Aguasca-Cabot - Tora T. H. Arnesen - Ebraam Ashraf - Y.Emre Bahar - Tomas Bylund - Marie-Sophie Carrasco - Alexander Cerviño Cortínez - Pratham Chaudary - Yaocheng Chen - Anshita Dubey - Katharina Egg - Kirsty Feijen - Lea Heckmann - Basmala Hekal - Bruno Khélifi - Daniel Morcuende - Mireia Nievas-Rosillo - Pierre Pichard - Natthan Pigoux - Fabio Pintore - Maxime Regeard - Quentin Remy - Leander Schlegel - Atreyee Sinha - Régis Terrier