Asgardpy

Latest version: v0.4.3

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

Scan your dependencies

Page 1 of 2

0.4.3

0.4.2

0.4.1

What's new

Fixed ✅

- Restructure package to follow some PEP guidelines. [126](https://github.com/chaimain/asgardpy/pull/126)
- Updated pytests to follow proper code style. (See Issue [127](https://github.com/chaimain/asgardpy/issues/127))[#131](https://github.com/chaimain/asgardpy/pull/131)
- Correct the calculation of Goodness of Fit stats. (See Issue [130](https://github.com/chaimain/asgardpy/issues/130))[#132](https://github.com/chaimain/asgardpy/pull/132)
- Update test coverage on reading XML models. [133](https://github.com/chaimain/asgardpy/pull/133)
- Update documentation and test coverage. [134](https://github.com/chaimain/asgardpy/pull/134)
- Replaced dynamic versioning to static versioning. (See Issue [135](https://github.com/chaimain/asgardpy/issues/135))[#136](https://github.com/chaimain/asgardpy/pull/136)

Commits

d2d5fc6 Bump version to v0.4.1 for release
a5e59dd Bump version to v0.4.1 for release
9c58b8d Merge pull request 136 from chaimain/update_package
e70c36b Another trial at not using dev build for release
073bbf9 Try not using dev build for release, by having a MANIFEST.in file and pruning the respective directories and try commenting out the excess locations to exclude for setuptoos.packages.find option
fab6866 Remove the earlier git tag fetch command. Improve the condition to run the release step, by not considering dev version tags
321ecb4 Bump version to v0.4.1 for release
7951fcd Bump version to v0.4.1 for release
dd15c33 Properly use dynamic versioning and update the release process accordingly. Use dev_version and a separate base_version for release tag
a1ab7b4 Bump version to v0.4.1 for release
e57af11 Merge pull request 134 from chaimain/docs_update
7567ba2 Merge pull request 133 from chaimain/add_test_data
90892d3 Merge pull request 132 from chaimain/fix_stats
730f183 Merge pull request 131 from chaimain/add_test_data
1c38267 Merge pull request 128 from chaimain/dependabot/github_actions/actions/checkout-4
06f7c7a Merge pull request 126 from chaimain/update_package

0.4.0

What's new

Added 🎉

- Add Code of Conduct and Codecov support. [113](https://github.com/chaimain/asgardpy/pull/113)
- Add tests and update notebooks with test data. (See Issue [55](https://github.com/chaimain/asgardpy/issues/55))[#120](https://github.com/chaimain/asgardpy/pull/120)
- Add tests to cover some of the Gammapy tutorial examples. [121](https://github.com/chaimain/asgardpy/pull/121)
- Add more tests to increase coverage. [122](https://github.com/chaimain/asgardpy/pull/122)

Changed ⚠️

- Restructure io and tests modules and add test data. (See Issue [55](https://github.com/chaimain/asgardpy/issues/55))[#114](https://github.com/chaimain/asgardpy/pull/114)
- Restructure tests to reduce overall test time. [123](https://github.com/chaimain/asgardpy/pull/123)
- Perform general cleanup and fix minor pending issues. [124](https://github.com/chaimain/asgardpy/pull/124)

Commits

9cb0ddc Bump version to v0.4.0 for release
19550d9 Bump version to v0.4.0 for release
837f121 Upload codecov coverage only for test task. Rearrange the Upload package distribution task just before clean up
623e8d0 replicate upload artifact step for release
b26b29f Bump version to v0.4.0 for release
b8bf7ae Bump version to v0.4.0 for release
7bddb32 Bump version to v0.4.0 for release
dc0a5c2 Bump version to v0.4.0 for release
0cd9612 Merge branch 'main' of https://github.com/chaimain/asgardpy
fa606a8 Bump version to v0.4.0 for release
a4cf953 Merge pull request 122 from chaimain/add_test_data
296cab1 Merge pull request 121 from chaimain/add_test_data
67adab3 Merge pull request 120 from chaimain/add_test_data
1b3dcce Merge pull request 114 from chaimain/add_test_data
0032c22 Merge pull request 119 from chaimain/revert-115-update_pydantic
ba51a3b Merge pull request 115 from chaimain/update_pydantic
af4355e Merge pull request 113 from chaimain/update_general

0.3.6

What's new

Added 🎉

- Add codespell to dev-requirements. [104](https://github.com/chaimain/asgardpy/pull/104)

Fixed ✅

- Improve logging. [102](https://github.com/chaimain/asgardpy/pull/102)
- Fix estimation of Goodness of Fit statistics. [106](https://github.com/chaimain/asgardpy/pull/106)
- Resolve the issue of circular imports. [107](https://github.com/chaimain/asgardpy/pull/107)
- Fix reading of models_file with correct process. [111](https://github.com/chaimain/asgardpy/pull/111)

Changed ⚠️

- Restructure statistics functions and update computation of fit statistics. [103](https://github.com/chaimain/asgardpy/pull/103)
- Compress and update sphinx docs. [105](https://github.com/chaimain/asgardpy/pull/105)
- Update python dependency to 3.11 and update docs. [109](https://github.com/chaimain/asgardpy/pull/109)
- Restructure pipeline to prepare to use public test data. [110](https://github.com/chaimain/asgardpy/pull/110)

Commits

e21c8c0 Bump version to v0.3.6 for release

0.3.5

What's new

Fixed ✅

- General clean-up and addition of docstrings to various Configs. [99](https://github.com/chaimain/asgardpy/pull/99)
- Fix the Changelog to be more descriptive. [100](https://github.com/chaimain/asgardpy/pull/100)

Changed ⚠️

- Update docs with Zenodo DOI. [95](https://github.com/chaimain/asgardpy/pull/95)
- Restructure pipeline to regroup common functions for GADF-based DL3 files for 1D and 3D dataset. (See Issue [85](https://github.com/chaimain/asgardpy/issues/85)) [#94](https://github.com/chaimain/asgardpy/pull/94)
- Update documentation and notebooks for the restructured pipeline. [97](https://github.com/chaimain/asgardpy/pull/97)
- Restructure pipeline for better handling of model association. (See Issue [85](https://github.com/chaimain/asgardpy/issues/85)) [#98](https://github.com/chaimain/asgardpy/pull/98)
- Update fit-statistics information for the analysis. [101](https://github.com/chaimain/asgardpy/pull/101)

Commits

8458a7c Bump version to v0.3.5 for release

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.