Skip to content

Commit

Permalink
TestImages v1.8.0 (#152)
Browse files Browse the repository at this point in the history
* update sheep_logan references

* CI: test Julia 1.6 and not 1.3

* TestImages v1.8.0
  • Loading branch information
johnnychen94 authored Jun 29, 2023
1 parent af2b614 commit 0d23a12
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# https://github.com/actions/toolkit/issues/399
fail-fast: false
matrix:
julia-version: ['1.3', '1', 'nightly']
julia-version: ['1.6', '1', 'nightly']
os: [ubuntu-latest]
include:
- os: windows-latest
Expand All @@ -36,7 +36,7 @@ jobs:
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
Expand Down
8 changes: 4 additions & 4 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[images]
git-tree-sha1 = "27a4c26bcdd47eb717bee089ec231a899cb8ef69"
git-tree-sha1 = "0fca6f56665d8dfa11bad924ab67e24e6fdbc0d7"
lazy = true

[[images.download]]
sha256 = "90834d5320612a1e84b4dd5d3809c5a77fb146c371dcd270bdd474395eddf74a"
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.7.0-artifacts/images.tar.gz"
sha256 = "da4d8d37304c995e35b43a10572fb8ca88629a47d1d1cd28d2dfa91767374d49"
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.8.0-artifacts/images.tar.gz"

[images_dip3e]
git-tree-sha1 = "9006b49888eceebbde587484f1e5573956f8448b"
lazy = true

[[images_dip3e.download]]
sha256 = "1449c5a5b5a4fb30889493ec057fffcb0170ec855a2d01e1a77fdc265db91db1"
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.7.0-artifacts/images_dip3e.tar.gz"
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.7.0-artifacts/images_dip3e.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.7.2"
version = "1.8.0"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down
1 change: 1 addition & 0 deletions src/TestImages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const remotefiles = [
"lena_gray_256.tif",
"lena_gray_512.tif",
"lighthouse.png",
"lilly.jpg",
"livingroom.tif",
"m51.tif",
"mandril_color.tif",
Expand Down
Loading

2 comments on commit 0d23a12

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

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.8.0 -m "<description of version>" 0d23a125accdb954ec52d9f60c9cd75ce3b25fee
git push origin v1.8.0

Please sign in to comment.