Skip to content

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
WriteVTK = "1"
WhereTheWaterFlows = "0.10"
WriteVTK = "1"
julia = "1.9"
Copy link
Member

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