-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from JuliaIO/teh/helix
Switch to Project.toml and fixes for multichannel images
- Loading branch information
Showing
12 changed files
with
64 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name = "NRRD" | ||
uuid = "9bb6cfbd-7763-5393-b1b5-1c8e09872146" | ||
authors = ["Tim Holy <tim.holy@gmail.com>"] | ||
version = "0.6.0" | ||
|
||
[deps] | ||
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" | ||
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4" | ||
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" | ||
ImageAxes = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac" | ||
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534" | ||
Libz = "2ec943e9-cfe8-584d-b93d-64dcb6d567b7" | ||
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900" | ||
Mmap = "a63ad114-7e13-5084-954f-fe012c677804" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | ||
|
||
[compat] | ||
AxisArrays = "0.3, 0.4" | ||
ColorVectorSpace = "0.7, 0.8" | ||
FileIO = "1" | ||
ImageAxes = "0.6" | ||
ImageCore = "0.8.1" | ||
Libz = "1" | ||
MappedArrays = "0.2" | ||
Quaternions = "0.4" | ||
StaticArrays = "0.11, 0.12" | ||
Unitful = "0.14, 0.15, 0.16, 0.17, 0.18" | ||
julia = "1" | ||
|
||
[extras] | ||
ImageMetadata = "bc367c6b-8a6b-528e-b4bd-a4b897500b49" | ||
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Statistics", "Test", "SimpleTraits", "ImageMetadata"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
06eb9cd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator
register()
06eb9cd
There was a problem hiding this comment.
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/7914
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 Julia TagBot is installed, or can be done manually through the github interface, or via: