Skip to content

Commit

Permalink
Add HDF5 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Apr 3, 2024
1 parent 4f2d014 commit 1dc3961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ BatsrusMakieExt = "Makie"
[compat]
FortranFiles = "0.6"
Glob = "1.3"
HDF5 = "0.17"
Interpolations = "0.14, 0.15"
LightXML = "0.9"
Makie = "0.19, 0.20"
Expand Down

2 comments on commit 1dc3961

@henry2004y
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Add HDF5 support for BATSRUS output

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request updated: JuliaRegistries/General/104162

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.3 -m "<description of version>" 1dc39612c06785eb51d9667db776d97bb980ee42
git push origin v0.5.3

Please sign in to comment.