Skip to content

Commit

Permalink
Merge pull request #1338 from CliMA/ali/pressure-solver-tlc
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ramadhan authored Feb 8, 2021
2 parents 1c5c8d7 + e953459 commit 6f5afda
Show file tree
Hide file tree
Showing 27 changed files with 923 additions and 1,106 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ docs/src/generated
*.gif
*.mp4

# Benchmark output
*.html
*.json
*.bson

# Jupyter Lab stuff and notebooks
*.ipynb
.ipynb_checkpoints
Expand All @@ -37,4 +42,4 @@ docs/src/generated
*.DS_Store

# VSCode
.vscode
.vscode
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Oceananigans"
uuid = "9e8cae18-63c1-5223-a75c-80ca9d6e9a09"
version = "0.46.1"
version = "0.47.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
Loading

2 comments on commit 6f5afda

@ali-ramadhan
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 register

Release notes:

All topologies are now supported on CPUs and GPUs. In particular, (Periodic, Bounded, Bounded) channel simulations on the GPU are ~2x faster now.

@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/29631

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.47.0 -m "<description of version>" 6f5afda8e68710f27f3f42eaaa632b02e02ae579
git push origin v0.47.0

Please sign in to comment.