-
Notifications
You must be signed in to change notification settings - Fork 31
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
Conversation
WhereTheWaterFlows = "0.10" | ||
WriteVTK = "1" | ||
julia = "1.9" |
There was a problem hiding this comment.
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?
julia = "1.9" | |
julia = "1.9, 1.10" |
There was a problem hiding this comment.
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.
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