Asgardpy

Latest version: v0.5.3

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.5.3

===========================


API Changes
-----------


Bug Fixes
---------


New Features
------------


Maintenance
-----------

- Updates code-blocks of the pending notebooks and re-adds sphinxcontrib-towncrier after 0.5.0 release [`202 <https://github.com/chaimain/asgardpy/pull/202>`__]

- Extends test coverage and removes redundant checks. [`205 <https://github.com/chaimain/asgardpy/pull/205>`__]

0.5.2

===========================


API Changes
-----------

- Update overall dependency of Gammapy to v1.3 and partly resolve Issue [`186 <https://github.com/chaimain/asgardpy/issues/186>`_]. [`#190 <https://github.com/chaimain/asgardpy/pull/190>`__]

- Adds basic support for HAWC data analysis and resolves Issue [`187 <https://github.com/chaimain/asgardpy/issues/187>`_]. [`#200 <https://github.com/chaimain/asgardpy/pull/200>`__]


Bug Fixes
---------

- Fixes Issue [`193 <https://github.com/chaimain/asgardpy/issues/193>`_] and resolves problem of the changelog as introduced in PR [`#191 <https://github.com/chaimain/asgardpy/pull/191>`_]. [`#194 <https://github.com/chaimain/asgardpy/pull/194>`__]


New Features
------------


Maintenance
-----------

- Add an extended example of the usage for Asgardpy and partially resolves Issue [`188 <https://github.com/chaimain/asgardpy/issues/188>`_]. [`#192 <https://github.com/chaimain/asgardpy/pull/192>`__]

- Update usage of ``pydantic`` to be closer to that in Gammapy and resolves Issue [`175 <https://github.com/chaimain/asgardpy/issues/175>`_]. [`#197 <https://github.com/chaimain/asgardpy/pull/197>`__]

- Update the comparison between Asgardpy and the upcoming release of Gammapy and resolves Issue [`195 <https://github.com/chaimain/asgardpy/issues/195>`_]. [`#199 <https://github.com/chaimain/asgardpy/pull/199>`__]

0.5.1

===========================


API Changes
-----------


Bug Fixes
---------

- Generalize functions to read and write Gammapy model config files via ``AsgardpyConfig``.
Separate some of the functions responsible for operations in a distinct ``asgardpy.config.operations`` module. [`179 <https://github.com/chaimain/asgardpy/pull/179>`__]


New Features
------------

- Clean-up code to check model preference, by creating a new ``stats.utils`` module containing common functions to be used. [`178 <https://github.com/chaimain/asgardpy/pull/178>`__]

- Add the public sample data of CTAO-LST1 Crab Nebula data and fixes [`183 <https://github.com/chaimain/asgardpy/issues/183>`__] [`#184 <https://github.com/chaimain/asgardpy/pull/184>`__]


Maintenance
-----------

- Rebase for the Hotfix release v0.4.4 and update documentation regarding its usage. [`180 <https://github.com/chaimain/asgardpy/pull/180>`__]

- Fixing Sphinx build issue caused by the upgrade from [`181 <https://github.com/chaimain/asgardpy/pull/181>`__] by pinning ``Towncrier``. [`#182 <https://github.com/chaimain/asgardpy/pull/182>`__]

- Adding conda environment files and updating the documentation with its usage. [`185 <https://github.com/chaimain/asgardpy/pull/185>`__]

0.5.0

===========================


API Changes
-----------

- Update overall dependency of Gammapy to v1.2 and resolves Issue [`152 <https://github.com/chaimain/asgardpy/issues/152>`_]. [`#165 <https://github.com/chaimain/asgardpy/pull/165>`__]

- Add supporting functions to generate correct intrinsic spectral model and flux points. Adds the new addition of PKS 2155 data to ``GAMMAPY_DATA`` which will be available with Gammapy v1.3 and using it to display an example notebook. Solves Issue [`169 <https://github.com/chaimain/asgardpy/issues/169>`_]. [`#174 <https://github.com/chaimain/asgardpy/pull/174>`__]


Bug Fixes
---------


New Features
------------

- Add an example notebook to explore filtering options for data and models in FoV and resolves Issue [`166 <https://github.com/chaimain/asgardpy/issues/166>`_]. [`#172 <https://github.com/chaimain/asgardpy/pull/172>`__]


Maintenance
-----------

- Fix the issue with the build of the virtual env [`171 <https://github.com/chaimain/asgardpy/pull/171>`__]

- Update pre-commit dependencies and remove redundant arguments in pyproject [`173 <https://github.com/chaimain/asgardpy/pull/173>`__]

- General clean-up of code. [`176 <https://github.com/chaimain/asgardpy/pull/176>`__]

0.4.4

===========================

Hotfix for 0.4.3 by including commits from [`161 <https://github.com/chaimain/asgardpy/pull/161>`__], [`#171 <https://github.com/chaimain/asgardpy/pull/171>`__] and [`#174 <https://github.com/chaimain/asgardpy/pull/174>`__].


API Changes
-----------


Bug Fixes
---------


New Features
------------


Maintenance
-----------

0.4.3

===========================


API Changes
-----------


Bug Fixes
---------


New Features
------------

- Separate the functionality of reading from a Fermi-XML model file into a distinct function in ``gammapy`` module. Completes the Issue [`153 <https://github.com/chaimain/asgardpy/issues/153>`_]. [`#155 <https://github.com/chaimain/asgardpy/pull/155>`__]

- Add a temporary stats function to fetch pivot energy for any spectral model. This function will be present in the upcoming release of Gammapy v1.2.

Also include Windows OS in CI tests. [`160 <https://github.com/chaimain/asgardpy/pull/160>`__]


Maintenance
-----------

- Show Towncrier created fragments for changelog drafts before release of a new project version. [`151 <https://github.com/chaimain/asgardpy/pull/151>`__]

- Adapt tox env and start using pre-commit hooks. Have CI also run on Mac OS. Completes the remaining tasks in the Issue [`127 <https://github.com/chaimain/asgardpy/issues/127>`_]. [`#154 <https://github.com/chaimain/asgardpy/pull/154>`__]

- Adapt code suggestions from Scientific Python Development Guide and remove some coverage redundancies. [`156 <https://github.com/chaimain/asgardpy/pull/156>`__]

- Adapt code suggestions from Scrutinizer Code Quality scan. Use ``match-case`` instead of list of ``if-elif-else`` condition blocks. [`157 <https://github.com/chaimain/asgardpy/pull/157>`__]

- Limit scipy version until Gammapy v1.2 fixes its dependency. [`158 <https://github.com/chaimain/asgardpy/pull/158>`__]

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.