-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #675 from GenXProject/release/0.4.0
Merge Release/0.4.0 to main for version release
- Loading branch information
Showing
278 changed files
with
16,963 additions
and
8,856 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
style = "sciml" |
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,5 @@ | ||
# .git-blame-ignore-revs | ||
# Standardize code formatting across project (#673) | ||
ee3f08756584ba16a57bb701492270a7bf129b4d | ||
# Update code formatting | ||
730f91df23447e94177c3a9c3d4e553cb502e2bf |
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,14 @@ | ||
name: Format suggestions | ||
on: | ||
pull_request: | ||
|
||
jobs: | ||
code-style: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: julia-actions/julia-format@v2 | ||
continue-on-error: true | ||
- name: Check on failures | ||
if: steps.julia-format.outcome != 'success' | ||
run: echo "There are formatting errors. Please check the logs above." | ||
shell: bash |
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 |
---|---|---|
@@ -1,30 +1,60 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
authors: | ||
- family-names: "Bonaldo" | ||
given-names: "Luca" | ||
orcid: "https://orcid.org/0009-0000-0650-0266" | ||
- family-names: "Chakrabarti" | ||
given-names: "Sambuddha" | ||
orcid: "https://orcid.org/0000-0002-8916-5076" | ||
- family-names: "Cheng" | ||
given-names: "Fangwei" | ||
orcid: "https://orcid.org/0000-0001-6589-2749" | ||
- family-names: "Ding" | ||
given-names: "Yifu" | ||
orcid: "https://orcid.org/0000-0001-7128-8847" | ||
- family-names: "Jenkins" | ||
given-names: "Jesse" | ||
- family-names: "Sepulveda" | ||
given-names: "Nestor" | ||
orcid: "https://orcid.org/0000-0002-9670-7793" | ||
- family-names: "Luo" | ||
given-names: "Qian" | ||
orcid: "https://orcid.org/0000-0003-3894-4093" | ||
- family-names: "Macdonald" | ||
given-names: "Ruaridh" | ||
orcid: "https://orcid.org/0000-0001-9034-6635" | ||
- family-names: "Mallapragada" | ||
given-names: "Dharik" | ||
orcid: "https://orcid.org/0000-0002-0330-0063" | ||
- family-names: "Manocha" | ||
given-names: "Aneesha" | ||
orcid: "https://orcid.org/0000-0002-7190-4782" | ||
- family-names: "Mantegna" | ||
given-names: "Gabe" | ||
orcid: "https://orcid.org/0000-0002-7707-0221" | ||
- family-names: "Morris" | ||
given-names: "Jack" | ||
- family-names: "Patankar" | ||
given-names: "Neha" | ||
orcid: "https://orcid.org/0000-0001-7288-0391" | ||
- family-names: "Pecci" | ||
given-names: "Filippo" | ||
orcid: "https://orcid.org/0000-0003-3200-0892" | ||
- family-names: "Schwartz" | ||
given-names: "Aaron" | ||
- family-names: "Schwartz" | ||
given-names: "Jacob" | ||
orcid: "https://orcid.org/0000-0001-9636-8181" | ||
- family-names: "Chakrabarti" | ||
given-names: "Sambuddha" | ||
orcid: "https://orcid.org/0000-0002-8916-5076" | ||
- family-names: "Xu" | ||
given-names: "Qingyu" | ||
- family-names: "Morris" | ||
given-names: "Jack" | ||
- family-names: "Schivley" | ||
given-names: "Greg" | ||
orcid: "https://orcid.org/0000-0002-8947-694X" | ||
- family-names: "Sepulveda" | ||
given-names: "Nestor" | ||
orcid: "https://orcid.org/0000-0003-2735-8769" | ||
- family-names: "Xu" | ||
given-names: "Qingyu" | ||
orcid: "https://orcid.org/0000-0003-2692-5135" | ||
title: "GenX" | ||
version: 0.3.0 | ||
doi: 10.5281/zenodo.6229425 | ||
date-released: 2022-04-26 | ||
url: "https://github.com/GenXProject/GenX" | ||
version: 0.4.0 | ||
doi: 10.5281/zenodo.10846070 | ||
date-released: 2024-04-26 | ||
url: "https://github.com/GenXProject/GenX.jl" |
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
Oops, something went wrong.