Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ASAGI files #138

Merged
merged 15 commits into from
Sep 25, 2024
Merged

Support for ASAGI files #138

merged 15 commits into from
Sep 25, 2024

Conversation

boriskaus
Copy link
Member

@boriskaus boriskaus commented Sep 20, 2024

This adds support to read and write files in the ASAGI format used by codes such as SeisSol.

Note that we use the latest definition of the format as discussed here

@boriskaus boriskaus requested a review from aelligp September 25, 2024 13:00
WhereTheWaterFlows = "0.10"
WriteVTK = "1"
julia = "1.9"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need to specify newer versions on the project as well?

Suggested change
julia = "1.9"
julia = "1.9, 1.10"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, 1.9 is the lower bound. We only need to put commas if it is a breaking release.
For packages that have version >=1.0, breaking releases are 1.0, 2.0 etc. For packages <1.0, a breaking release is 0.1, 0.2, 0.3, etc.

@boriskaus boriskaus merged commit 8f4b504 into main Sep 25, 2024
23 checks passed
@boriskaus boriskaus mentioned this pull request Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants