Skip to content

Commit

Permalink
Merge pull request #61 from JuliaImages/teh/compat_ic0.10
Browse files Browse the repository at this point in the history
[compat] ImageCore 0.10
  • Loading branch information
timholy authored Jul 20, 2023
2 parents 2cde1bf + 680a3ce commit 08e6f3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ImageAxes"
uuid = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
version = "0.6.10"
version = "0.6.11"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand All @@ -12,7 +12,7 @@ SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
[compat]
AxisArrays = "0.3, 0.4"
ImageBase = "0.1.1"
ImageCore = "0.9"
ImageCore = "0.9, 0.10"
Reexport = "0.2, 1.0"
SimpleTraits = "0.8, 0.9"
julia = "1"
Expand Down
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ using Test, Aqua, Documenter # for meta quality checks
project_extras=true,
deps_compat=true,
stale_deps=true,
project_toml_formatting=true
project_toml_formatting=true,
piracy=false, # this is a glue package for ImageCore with AxisArrays (TODO: make it an ImageCore extension)
)
DocMeta.setdocmeta!(ImageAxes, :DocTestSetup, :(using ImageAxes); recursive=true)
end
Expand Down

2 comments on commit 08e6f3d

@timholy
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/87905

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.6.11 -m "<description of version>" 08e6f3dbe879bbd1fb663311ab770956ef55396f
git push origin v0.6.11

Please sign in to comment.