Skip to content

Commit

Permalink
Merge pull request #9 from VERITAS-Observatory/migration
Browse files Browse the repository at this point in the history
Migration
  • Loading branch information
steob92 authored Feb 7, 2024
2 parents ebc9dee + e86ffa7 commit eaebe06
Show file tree
Hide file tree
Showing 17 changed files with 42,295 additions and 187 deletions.
453 changes: 278 additions & 175 deletions examples/analysis_notebook.ipynb

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions gammapy_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from . import analysis
from . import make_background
from . import templates
from . import fake_source_coordinates


__all__ = (
analysis.__all__
+ make_background.__all__
+ templates.__all__
+ fake_source_coordinates.__all__
)
4 changes: 2 additions & 2 deletions gammapy_tools/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = "0.1.dev11+g83684fc.d20240130"
__version_tuple__ = version_tuple = (0, 1, "dev11", "g83684fc.d20240130")
__version__ = version = "0.1.3.dev5+ge65a8f2.d20240207"
__version_tuple__ = version_tuple = (0, 1, 3, "dev5", "ge65a8f2.d20240207")
Loading

0 comments on commit eaebe06

Please sign in to comment.