============================
Bug fixes
---------
- Correct the calculation of Goodness of Fit stats as described in the Issue
[`130 <https://github.com/chaimain/asgardpy/issues/130>`_]. Replaces the
usage of Gammapy's ``CountsStatistic`` functions with those in
``gammapy.stats.fit_statistics`` module, to evaluate the best fit (Observed)
statistic and perfect fit (Expected) statistic for all types of Datasets used.
Update the various notebooks, scripts and documentation accordingly.
Update test coverage on ``analysis`` and ``data`` modules, along with adding
copies of diffuse model files for the additional Fermi-LAT data to use name ids
used by ``fermipy`` and ``enrico``.
[`132 <https://github.com/chaimain/asgardpy/pull/132>`_]
- Replaced dynamic versioning to go back to static versioning as in the parent
package template, before trying a proper resolution of Issue
[`135 <https://github.com/chaimain/asgardpy/issues/135>`_].
[`136 <https://github.com/chaimain/asgardpy/pull/136>`_]
- Update documentation to have separate pages for describing additional support
for asgardpy inputs, from the standard ones, mentioned in the overview page.
Also updates test coverage for ``data.target`` and ``io`` modules.
[`134 <https://github.com/chaimain/asgardpy/pull/134>`_]
- Update test coverage on reading different XML models for Fermi-LAT data as
supported by ``gammapy`` module of asgardpy and move the zipped additional
data to ``dev`` folder. [`133 <https://github.com/chaimain/asgardpy/pull/133>`_]
- Updated pytests to follow proper code style with proper assert statements as
mentioned in one of the 3 tasks in the Issue
[`127 <https://github.com/chaimain/asgardpy/issues/127>`_].
[`131 <https://github.com/chaimain/asgardpy/pull/131>`_]
Maintenance
-----------
- Restructure the package to follow some PEP guidelines as described in
Issue [`125 <https://github.com/chaimain/asgardpy/issues/125>`_].
Add a separate Citation file, move codespell_ignore_words file to ``dev`` folder,
Contributing file to ``.github`` folder. Start to use dynamic versioning.
[`126 <https://github.com/chaimain/asgardpy/pull/126>`_]