forked from gammapy/gammapy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into exposure-correction-region
- Loading branch information
Showing
461 changed files
with
32,629 additions
and
9,701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
pip install eossr | ||
- name: Check out a copy of the repository | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check whether the citation metadata from CITATION.cff is valid | ||
uses: citation-file-format/[email protected] | ||
|
@@ -39,7 +39,7 @@ jobs: | |
eossr-metadata-validator codemeta.json | ||
- name: commit changes | ||
uses: stefanzweifel/git-auto-commit-action@v4.1.6 | ||
uses: stefanzweifel/git-auto-commit-action@v5.0.1 | ||
if: success() | ||
with: | ||
commit_author: GitHub Actions <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
name: Build dev docs | ||
on: push | ||
|
||
jobs: | ||
dispatch-docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Dispatch Gammapy Docs | ||
uses: peter-evans/repository-dispatch@v2 | ||
with: | ||
token: ${{ secrets.REMOTE_DISPATCH }} | ||
repository: gammapy/gammapy-docs | ||
event-type: dev-docs | ||
if: github.repository_owner == 'gammapy' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Dispatch Gammapy Docs | ||
uses: peter-evans/repository-dispatch@v3 | ||
with: | ||
token: ${{ secrets.REMOTE_DISPATCH }} | ||
repository: gammapy/gammapy-docs | ||
event-type: dev-docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Run profiler on benchmarks | ||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
jobs: | ||
dispatch-benchmarks: | ||
if: ${{ (github.repository_owner == 'gammapy') && (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'trigger-benchmarks')) }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Dispatch Gammapy Benchmarks | ||
uses: peter-evans/repository-dispatch@v3 | ||
with: | ||
token: ${{ secrets.REMOTE_DISPATCH }} | ||
repository: gammapy/gammapy-benchmarks | ||
event-type: dev-benchmarks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ Anne Lemière <[email protected]> Anne Lemière <alemiere@MacBook-Pro-de-Ann | |
Andrew Chen <[email protected]> mealworm <[email protected]> | ||
|
||
Arnau Aguasca-Cabot <[email protected]> aaguasca <[email protected]> | ||
Arnau Aguasca-Cabot <[email protected]> aaguasca <[email protected]> | ||
|
||
Arjun Voruganti <[email protected]> vorugantia <[email protected]> | ||
|
||
|
@@ -37,6 +38,8 @@ Axel Donath <[email protected]> axel <[email protected]> | |
|
||
Brigitta M Sipőcz <[email protected]> Brigitta Sipocz <[email protected]> | ||
Brigitta M Sipőcz <[email protected]> Brigitta Sipocz <[email protected]> | ||
Brigitta M Sipőcz <[email protected]> Brigitta Sipőcz <[email protected]> | ||
Brigitta M Sipőcz <[email protected]> Brigitta Sipőcz <[email protected]> | ||
|
||
Bruno Khélifi <[email protected]> Bruno Khelifi <[email protected]> | ||
Bruno Khélifi <[email protected]> Bruno Khelifi <khelifi@[email protected]> | ||
|
@@ -68,6 +71,7 @@ Fabio Pintore <[email protected]> fabiopintore <39336833+fabiopintore@users. | |
Fabio Pintore <[email protected]> Mac_di_Fabio <[email protected]> | ||
Fabio Pintore <[email protected]> Fabio Pintore <[email protected]> | ||
Fabio Pintore <[email protected]> Fabio Pintore <[email protected]> | ||
Fabio Pintore <[email protected]> Fabio Pintore <[email protected]> | ||
|
||
Fabio Acero <[email protected]> facero <[email protected]> | ||
Fabio Acero <[email protected]> facero <[email protected]> | ||
|
@@ -103,6 +107,12 @@ Maximilian Linhoff <[email protected]> Maximilian Nöthe <maximil | |
Kai Brügge <[email protected]> Kai B <[email protected]> | ||
Kai Brügge <[email protected]> Kai Bruegge <[email protected]> | ||
|
||
Katrin Streil <[email protected]> Katrin Streil <[email protected]> | ||
Katrin Streil <[email protected]> katrinstreil <[email protected]> | ||
|
||
Kirsty Feijen <[email protected]> Astro-Kirsty <[email protected]> | ||
Kirsty Feijen <[email protected]> AstroKirsty <[email protected]> | ||
|
||
Lars Mohrmann <[email protected]> Lars <[email protected]> | ||
Lars Mohrmann <[email protected]> Lars Mohrmann <[email protected]> | ||
|
||
|
@@ -135,6 +145,8 @@ Matthias Wegenmat <[email protected]> Matthias Wegen <[email protected] | |
Matthias Wegenmat <[email protected]> Matthias Wegen <[email protected]> | ||
Matthias Wegenmat <[email protected]> wegenmat <[email protected]> | ||
|
||
Maxime Regeard <[email protected]> MRegeard <[email protected]> | ||
|
||
Quentin Remy <[email protected]> QRemy <[email protected]> | ||
Quentin Remy <[email protected]> Quentin Remy <[email protected]> | ||
|
||
|
@@ -148,6 +160,9 @@ Sam Carter <[email protected]> samcarter <43832342+sam | |
|
||
Sebastian Panny <[email protected]> sebastianpanny <[email protected]> | ||
|
||
Simone Mender <[email protected]> SimoneMender <[email protected]> | ||
Simone Mender <[email protected]> Simone <[email protected]> | ||
|
||
Stefan Klepser <[email protected]> klepser <[email protected]> | ||
|
||
Thomas Armstrong <[email protected]> Thomas Armstrong <[email protected]> | ||
|
Oops, something went wrong.