Skip to content

Commit

Permalink
Merge pull request #1999 from cdeil/v0.10-changes
Browse files Browse the repository at this point in the history
Fill changelog for v0.10
  • Loading branch information
cdeil committed Jan 25, 2019
2 parents ec31a98 + 95783aa commit 6f27aba
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 3 deletions.
79 changes: 76 additions & 3 deletions CHANGES.rst
@@ -1,12 +1,71 @@
.. _gammapy_0p11_release:

0.11 (unreleased)
-----------------

Summary
+++++++

- The Gammapy v0.11 release is planned for March 2019.

Pull requests
+++++++++++++

This list is incomplete. Small improvements and bug fixes are not listed here.

See the complete `Gammapy 0.11 merged pull requests list on Github <https://github.com/gammapy/gammapy/pulls?q=is%3Apr+milestone%3A0.11+is%3Aclosed>`__.

.. _gammapy_0p10_release:

0.10 (unreleased)
0.10 (2019-01-25)
-----------------

Summary
+++++++

- The Gammapy v0.10 release is planned for v0.10
- Released on Jan 25, 2019 (`Gammapy 0.10 on PyPI <https://pypi.org/project/gammapy/0.10>`__)
- 7 contributors
- 2 months of work
- 30 pull requests (not all listed below)

**What's new?**

Gammapy v0.10 is a small release. An option to have a background model with
parameters such as normalisation and spectral tilt was added. The curated
example datasets were improved, the ``gammapy download`` script and access of
example data from the tutorials via the ``GAMMAPY_DATA`` environment variable
were improved. A notebook ``image_analysis`` showing how to use Gammapy to make
and model 2D images for a given given energy band, as a special case of the
existing 3D map-based analysis was added.

A lot of the work recently went into planning the work ahead for 2019. See the
`Gammapy 1.0 roadmap`_ and the `PIG 7 - models`_ as well as `PIG 8 - datasets`_
and get in touch if you want to contribute. We plan to ship a first version of
the new datasets API in Gammapy v0.11 in March 2019.

Gammapy v0.10 is the last Gammapy release that supports Python 2 (see `PIG 3`_).
If you have any questions or need help to install Python 3, or to update your
scripts and notebooks to work in Python 3, please contact us any time on the
Gammapy mailing list or Slack. We apologise for the disruption and are happy to
help with this transition.

pyyaml is now a core dependency of Gammapy, i.e. will always be automatically
installed as a dependency. Instructions for installing Gammapy on Windows, and
continuous testing on Windows were improved.

.. _PIG 3: https://github.com/gammapy/gammapy/pull/1278
.. _PIG 7 - models: https://github.com/gammapy/gammapy/pull/1971
.. _PIG 8 - datasets: https://github.com/gammapy/gammapy/pull/1986

**Contributors:**

- Atreyee Sinha
- Axel Donath
- Christoph Deil
- David Fidalgo
- José Enrique Ruiz
- Lars Mohrmann
- Régis Terrier

Pull requests
+++++++++++++
Expand All @@ -15,7 +74,21 @@ This list is incomplete. Small improvements and bug fixes are not listed here.

See the complete `Gammapy 0.10 merged pull requests list on Github <https://github.com/gammapy/gammapy/pulls?q=is%3Apr+milestone%3A0.10+is%3Aclosed>`__.

- tbd
- [#2001] Use GAMMAPY_DATA everywhere / remove GAMMAPY_EXTRA (José Enrique Ruiz)
- [#2000] Fix cta_simulation notebook, use CTA prod 3 IRFs (Régis Terrier)
- [#1998] Fix SensitivityEstimator after IRF API change (Régis Terrier)
- [#1995] Add pyyaml as core dependency (Christoph Deil)
- [#1994] Unify Fermi-LAT datasets used in Gammapy (Axel Donath)
- [#1991] Improve SourceCatalogObjectHGPS spatial model (Axel Donath)
- [#1990] Add background model for map fit (Atreyee Sinha)
- [#1989] Add tutorial notebook for 2D image analysis (Atreyee Sinha)
- [#1988] Improve gammapy download (José Enrique Ruiz)
- [#1979] Improve output units of spectral models (Axel Donath)
- [#1975] Improve EnergyDependentTablePSF evaluate methods (Axel Donath)
- [#1969] Improve ObservationStats (Lars Mohrmann)
- [#1966] Add ObservationFilter select methods (David Fidalgo)
- [#1962] Change data access in notebooks to GAMMAPY_DATA (José Enrique Ruiz)
- [#1951] Add keepdim option for maps (Atreyee Sinha)

.. _gammapy_0p9_release:

Expand Down
1 change: 1 addition & 0 deletions docs/development/pigs/index.rst
Expand Up @@ -19,6 +19,7 @@ label`_ .

pig-001
pig-002
pig-003
pig-004

.. _pull requests with the "pig" label: https://github.com/gammapy/gammapy/issues?q=label%3Apig

0 comments on commit 6f27aba

Please sign in to comment.