Skip to content

Commit

Permalink
Merge pull request #242 from FourierFlows/ncc/use-FourierFlows-v0.6.19
Browse files Browse the repository at this point in the history
Use FourierFlows v0.6.19 that resolves FourierFlows/FourierFlows.jl#281
  • Loading branch information
navidcy authored May 29, 2021
2 parents bf2f710 + 7284904 commit 0442e75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "GeophysicalFlows"
uuid = "44ee3b1c-bc02-53fa-8355-8e347616e15e"
license = "MIT"
authors = ["Navid C. Constantinou <[email protected]>", "Gregory L. Wagner <[email protected]>", "and co-contributors"]
version = "0.12.2"
version = "0.12.3"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand All @@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
CUDA = "^1, ^2.4.2, ^3.0"
DocStringExtensions = "^0.8"
FFTW = "^1"
FourierFlows = "^0.6.17"
FourierFlows = "^0.6.19"
JLD2 = "^0.1, ^0.2, ^0.3, ^0.4"
Reexport = "^0.2, ^1"
SpecialFunctions = "^0.10, ^1"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ The user is also referred to the [GPU section](https://fourierflows.github.io/Fo

## Getting help

If you are interested in using GeophysicalFlows.jl or are trying to figure out how to use it,
please feel free to ask us questions and get in touch! Check out the
Interested in GeophysicalFlows.jl or trying to figure out how to use it? Please feel free to
ask us questions and get in touch! Check out the
[examples](https://github.com/FourierFlows/GeophysicalFlows.jl/tree/master/examples) and
[open an issue](https://github.com/FourierFlows/GeophysicalFlows.jl/issues/new) or
[start a discussion](https://github.com/FourierFlows/GeophysicalFlows.jl/discussions/new)
Expand Down

2 comments on commit 0442e75

@navidcy
Copy link
Member Author

Choose a reason for hiding this comment

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

@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 created: JuliaRegistries/General/37795

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.12.3 -m "<description of version>" 0442e75652fc06d76aa5efc9363af9c06950b224
git push origin v0.12.3

Please sign in to comment.