Skip to content

Commit

Permalink
TestImages v1.6.0 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Jul 4, 2021
1 parent 0c6a6f3 commit 9fbf5d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[images]
git-tree-sha1 = "416368811b091d0a0c80848ac84d7abfe734ac81"
git-tree-sha1 = "0a14c45feb55b96e550ad290aec52f5edb7bfea9"
lazy = true

[[images.download]]
sha256 = "1264fe613f341a207bf122db4716e9f4fa994e5b6a53ec639126d75f409e712c"
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.5.0-artifacts/images.tar.gz"
sha256 = "e6ce734f75a0a6bc2e908fa93d145ac59380f087cf340fd72f4719550ce87bc7"
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.6.0-artifacts/images.tar.gz"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "TestImages"
uuid = "5e47fb64-e119-507b-a336-dd2b206d9990"
version = "1.5.0"
version = "1.6.0"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down
6 changes: 6 additions & 0 deletions src/TestImages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export testimage
const remotefiles = [
"airplaneF16.tiff",
"autumn_leaves.png" ,
"barbara_color.png",
"barbara_gray_512.bmp",
"blobs.gif" ,
"cameraman.tif" ,
"chelsea.png" ,
Expand All @@ -40,7 +42,10 @@ const remotefiles = [
"mandril_gray.tif" ,
"mandrill.tiff" ,
"m51.tif" ,
"monarch_color.png",
"monarch_color_256.png",
"moonsurface.tiff" ,
"morphology_test_512.tiff",
"mountainstream.png" ,
"mri-stack.tif" ,
"multi-channel-time-series.ome.tif" ,
Expand All @@ -51,6 +56,7 @@ const remotefiles = [
"resolution_test_1920.tif" ,
"simple_3d_ball.tif" ,
"simple_3d_psf.tif" ,
"sudoku.tiff",
"toucan.png" ,
"walkbridge.tif" ,
"woman_blonde.tif" ,
Expand Down

2 comments on commit 9fbf5d0

@johnnychen94
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/40203

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 v1.6.0 -m "<description of version>" 9fbf5d070b66f683873f189f629e60a9b41fe84a
git push origin v1.6.0

Please sign in to comment.