Skip to content

Commit

Permalink
Merge branch 'master' into atom-data-refactor-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Aug 13, 2024
2 parents bf465fb + 8e096e5 commit 24d320e
Show file tree
Hide file tree
Showing 53 changed files with 2,073 additions and 321 deletions.
29 changes: 24 additions & 5 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: codestyle
on:
push:
branches:
- master
- "*"

pull_request_target:
branches:
- master
Expand Down Expand Up @@ -36,7 +37,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
if: github.event_name == 'push'
with:
fetch-depth: 0

- name: Checkout PR and master branch
if: github.event_name == 'pull_request_target'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Download Lock File
Expand All @@ -57,11 +66,21 @@ jobs:
cache-environment: true
cache-downloads: true

- name: Show statistics
run: ruff check --statistics --show-fixes $(git --no-pager diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} --) | tee ruff_stats.txt
- name: Show statistics pull request
if: github.event_name == 'pull_request_target'
run: ruff check --statistics --show-fixes $(git --no-pager diff --name-only origin/master HEAD --) | tee ruff_stats.txt

- name: Show entire output pull request
if: github.event_name == 'pull_request_target'
run: ruff check --output-format=concise $(git --no-pager diff --name-only origin/master HEAD --) | tee ruff_full.txt

- name: Show statistics push
if: github.event_name == 'push'
run: ruff check --statistics --show-fixes . | tee ruff_stats.txt

- name: Show entire output
run: ruff check --output-format=concise $(git --no-pager diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} --) | tee ruff_full.txt
- name: Show entire output push
if: github.event_name == 'push'
run: ruff check --output-format=concise . | tee ruff_full.txt

- name: Statistics output read
id: ruff_stats
Expand Down
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,5 @@ Gudur Krishna Chaitanya <[email protected]> KC210404 <[email protected]
Israel Roldan <[email protected]> Israel Roldan <[email protected]>
Israel Roldan <[email protected]> AirvZxf <[email protected]>
Israel Roldan <[email protected]> airv_zxf <[email protected]>

Michael Zingale <[email protected]>
67 changes: 35 additions & 32 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@
"name": "Patel, Maryam"
},
{
"name": "Rathi, Shikha"
"name": "Varanasi, Kaushik"
},
{
"name": "Varanasi, Kaushik"
"name": "Rathi, Shikha"
},
{
"name": "Chitchyan, Sona"
Expand All @@ -150,27 +150,27 @@
{
"name": "Savel, Arjun"
},
{
"name": "Holas, Alexander"
},
{
"name": "Eweis, Youssef"
},
{
"name": "Reinecke, Martin"
},
{
"name": "Bylund, Tomas"
"name": "Holas, Alexander"
},
{
"name": "Black, William"
"name": "Bylund, Tomas"
},
{
"name": "Gupta, Sumit"
},
{
"name": "Bentil, Laud"
},
{
"name": "Black, William"
},
{
"name": "Eguren, Jordi",
"orcid": "0000-0002-2328-8030"
Expand All @@ -179,13 +179,13 @@
"name": "Kumar, Ansh"
},
{
"name": "Alam, Arib"
"name": "Bartnik, Matthew"
},
{
"name": "Kumar, Asish"
},
{
"name": "Bartnik, Matthew"
"name": "Alam, Arib"
},
{
"name": "Magee, Mark"
Expand All @@ -197,7 +197,7 @@
"name": "Varma Buddaraju, Rohith"
},
{
"name": "Livneh, Ran"
"name": "Kambham, Satwik"
},
{
"name": "Lu, Jing"
Expand All @@ -209,33 +209,33 @@
"name": "Daksh, Ayushi"
},
{
"name": "Kambham, Satwik"
"name": "Livneh, Ran"
},
{
"name": "Bhakar, Jayant"
"name": "Srivastava, Sarthak"
},
{
"name": "Rajagopalan, Srinath"
},
{
"name": "Bhakar, Jayant"
},
{
"name": "Roldan, Israel"
},
{
"name": "Mishra, Sashank",
"orcid": "0000-0001-8302-1584"
},
{
"name": "Srivastava, Sarthak"
},
{
"name": "Reichenbach, John"
},
{
"name": "Jain, Rinkle"
},
{
"name": "Floers, Andreas"
},
{
"name": "Reichenbach, John"
},
{
"name": "Actions, GitHub"
},
Expand All @@ -252,28 +252,28 @@
"name": "Singh, Sourav"
},
{
"name": "Kumar, Aman"
"name": "Kowalski, Nathan"
},
{
"name": "Sofiatti, Caroline"
"name": "Patidar, Abhishek"
},
{
"name": "Kowalski, Nathan"
"name": "Matsumura, Yuki"
},
{
"name": "Selsing, Jonatan"
},
{
"name": "Talegaonkar, Chinmay"
"name": "Sofiatti, Caroline"
},
{
"name": "Matsumura, Yuki"
"name": "Talegaonkar, Chinmay"
},
{
"name": "Patidar, Abhishek"
"name": "Kumar, Aman"
},
{
"name": "Venkat, Shashank"
"name": "Sharma, Sampark"
},
{
"name": "Buchner, Johannes"
Expand All @@ -287,6 +287,9 @@
{
"name": "Truong, Le"
},
{
"name": "Zingale, Michael"
},
{
"name": "Sandler, Morgan"
},
Expand All @@ -297,10 +300,10 @@
"name": "Sarafina, Nance"
},
{
"name": "Patra, Nilesh"
"name": "Dasgupta, Debajyoti"
},
{
"name": "Chen, Nutan"
"name": "Patra, Nilesh"
},
{
"name": "Singh Rathore, Parikshit"
Expand All @@ -309,10 +312,10 @@
"name": "Patel, Pratik"
},
{
"name": "Sharma, Sampark"
"name": "Volodin, Dmitry"
},
{
"name": "Volodin, Dmitry"
"name": "Venkat, Shashank"
},
{
"name": "Prasad, Shilpi"
Expand All @@ -330,7 +333,7 @@
"name": "Aggarwal, Yash"
},
{
"name": "Dasgupta, Debajyoti"
"name": "Chen, Nutan"
},
{
"name": "Kolliboyina, Chaitanya"
Expand All @@ -342,10 +345,10 @@
"name": "Nayak U, Ashwin"
},
{
"name": "Kharkar, Atharwa"
"name": "Kumar, Atul"
},
{
"name": "Kumar, Atul"
"name": "Kharkar, Atharwa"
}
]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### release-2024.08.12 (2024/08/12 08:57)
- [2789](https://github.com/tardis-sn/tardis/pull/2789) Pre-release 2024.08.11 (2789) (@tardis-bot)
- [2759](https://github.com/tardis-sn/tardis/pull/2759) Minor refactor of the spectrum solver (2759) (@andrewfullard)
- [2787](https://github.com/tardis-sn/tardis/pull/2787) some spelling fixes in the docs (2787) (@zingale)
- [2778](https://github.com/tardis-sn/tardis/pull/2778) Ruff Fix 2 (2778) (@atharva-2001)
- [2781](https://github.com/tardis-sn/tardis/pull/2781) Update docstrings of Tracker tests (2781) (@Sumit112192)
- [2773](https://github.com/tardis-sn/tardis/pull/2773) Opacity state restructure (2773) (@Rodot-)
- [2776](https://github.com/tardis-sn/tardis/pull/2776) Post-release 2024.08.04 (2776) (@tardis-bot)
### release-2024.08.04 (2024/08/03 20:49)
- [2775](https://github.com/tardis-sn/tardis/pull/2775) Pre-release 2024.08.04 (2775) (@tardis-bot)
- [2749](https://github.com/tardis-sn/tardis/pull/2749) Cache benchmark functions (2749) (@officialasishkumar)
Expand Down
Loading

0 comments on commit 24d320e

Please sign in to comment.