Atreyee Sinha
Atreyee Sinha
This is a first draft of the release notes for v1.3 Please give your comments. @registerrier Can the list of new PRs and contributors be filled up automatically?
On android machine with a chrome browser, https://gammapy.org/ does not deploy correctly. It is not possible to access the different tabs (Team/ Contribute/Documentation etc). It works correctly with computers, so...
Fixes #5955 Also allow the estimator to internally convert to `Datasets` during `.run` as for our other estimators. The test test around 10 sec on my laptop, maybe we can...
I removed the entire `Exercises` section as whatever was proposed is already showing in the notebook. Fixes #5951
`test_energydependentmorphology.py` not getting executed during pytest, and thus the `EnergyDependentEstimator` is basically untested warning message on the CI is: `/Users/runner/work/gammapy/gammapy/.tox/py313-test/lib/python3.13/site-packages/gammapy/estimators/tests/test_energydependentmorphology.py:47: PytestCollectionWarning: cannot collect test class 'TestEnergyDependentEstimator' because it has a...
This addresses #5771 This also partly addresses #5906 with documentation. Whether `FluxPointsEstimator` can (should) work with negative amplitudes needs to be understood. Will need https://github.com/gammapy/gammapy-data/pull/72 to run
I am having a rather strange issue that is a bit difficult to reproduce. I have a (large) number of pre-reduced datasets, and I want to read them in a...
Running towncrier for big fix releases right now is rather difficult. Towncrier runs on *all* fragments present, and thus, fragments for 2.1 were counted in the changelog. For now, we...
In our current 1D spectral simulation, we have an `on_region`, but the containment correction is not applied, see https://github.com/gammapy/gammapy/blob/0733504a881a753d42a5f6ad0d74555a2591a18d/examples/tutorials/analysis-1d/spectrum_simulation.py#L145 In fact, the PSF is never taken into account at all....
We should improve our documentation of the stats used in gammapy - [ ] Explain the available options like Chi2Asymmetric etc - [ ] Show how to change the fit...