Skip to content

Commit

Permalink
New version: RegisterWorkerAperturesMismatch v0.2.3 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdw503 authored Feb 17, 2025
1 parent 74e31bf commit 585f0e9
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 15 deletions.
34 changes: 24 additions & 10 deletions R/RegisterWorkerAperturesMismatch/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,40 @@ RegisterWorkerShell = "0.0.0 - 0.2"
julia = "0.7-1"

["0.2-0"]
RegisterCore = "0.2.2-0.2"
RegisterDriver = "0.2.1-0.2"
RegisterMismatchCommon = "0.2"
RegisterMismatchCuda = "0.3"
RegisterOptimize = "0.3"
RegisterWorkerShell = "0.2"

["0.2-0.2.1"]
CUDAdrv = "5"

["0.2-0.2.2"]
CUDAnative = "2"
CoordinateTransformations = "0.5"
CuArrays = "1"
ImageCore = "0.8.1-0.8"
Interpolations = "0.12"
RegisterCore = "0.2.2-0.2"
RegisterDeformation = "0.3"
RegisterDriver = "0.2.1-0.2"
RegisterFit = "0.1"
RegisterMismatch = "0.3"
RegisterMismatchCommon = "0.2"
RegisterMismatchCuda = "0.3"
RegisterOptimize = "0.3"
RegisterPenalty = "0.2"
RegisterWorkerShell = "0.2"
StaticArrays = "0.12"
julia = "1"

["0.2-0.2.1"]
CUDAdrv = "5"

["0.2.2-0"]
["0.2.2"]
CUDAdrv = "5-6"

["0.2.3-0"]
CUDA = "3-5"
CoordinateTransformations = "0.5-0.6"
ImageCore = "0.8.1-0.10"
Interpolations = "0.12-0.15"
RegisterDeformation = "0.3-0.4"
RegisterFit = "0.1-0.2"
RegisterMismatch = "0.3-0.4"
RegisterPenalty = "0.2-0.3"
StaticArrays = ["0.12", "1"]
julia = "1.10.0-1"
11 changes: 8 additions & 3 deletions R/RegisterWorkerAperturesMismatch/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[0]
CUDAdrv = "c5f51814-7f29-56b8-a69c-e4d8f6be1fde"
CUDAnative = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
RegisterCore = "67712758-55e7-5c3c-8e85-dda1d7758434"
RegisterDeformation = "c19381b7-cf49-59d7-881c-50dfbd227eaf"
Expand All @@ -20,5 +17,13 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
["0-0.1"]
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"

["0-0.2.2"]
CUDAdrv = "c5f51814-7f29-56b8-a69c-e4d8f6be1fde"
CUDAnative = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"
CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae"

["0.2-0"]
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"

["0.2.3-0"]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3 changes: 1 addition & 2 deletions R/RegisterWorkerAperturesMismatch/Package.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
authors = ["Tim Holy <[email protected]>"]
name = "RegisterWorkerAperturesMismatch"
repo = "https://github.com/HolyLab/RegisterWorkerAperturesMismatch.jl.git"
uuid = "30e56b64-2659-11e9-2fbf-0524297743d8"
repo = "https://github.com/HolyLab/RegisterWorkerAperturesMismatch.jl.git"
3 changes: 3 additions & 0 deletions R/RegisterWorkerAperturesMismatch/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ git-tree-sha1 = "1b2ab456e47e2201cc8c5e788508b181a6c8e698"

["0.2.2"]
git-tree-sha1 = "9d330832bb1fdecc084694da1c678e258474f972"

["0.2.3"]
git-tree-sha1 = "b0ba1fd903c38eee97593c38a21939ea297852ab"

0 comments on commit 585f0e9

Please sign in to comment.