Skip to content

Commit

Permalink
add compats for atomix and offsetarrays[1;2A
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Oct 14, 2024
1 parent ba6b4ad commit ed9520d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.2"
manifest_format = "2.0"
project_hash = "dcef9b8c3a1cc421800a361070f72b558c4aafe7"
project_hash = "3c5ec406d66c67a7c97dba5d81a300057adf87ab"

[[deps.AbstractFFTs]]
deps = ["LinearAlgebra"]
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SeawaterPolynomials = "d496a93d-167e-4197-9f49-d3af4ff8fe40"


[compat]
Adapt = "3, 4"
Atomix = "0.1"
CUDA = "5"
Documenter = "1"
EnsembleKalmanProcesses = "1"
GibbsSeaWater = "0.1"
JLD2 = "0.4, 0.5"
KernelAbstractions = "0.9"
Oceananigans = "0.91.9, 0.92"
OffsetArrays = "1.14"
Roots = "2"
SeawaterPolynomials = "0.3"
StructArrays = "0.4, 0.5, 0.6"
Expand Down

2 comments on commit ed9520d

@jagoosw
Copy link
Collaborator 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:

Breaking changes

  • Drastically changes BiogeochemicalParticles

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

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.13.0 -m "<description of version>" ed9520dd99f60448babd3c76809f80e1d3f8c721
git push origin v0.13.0

Please sign in to comment.