-
Notifications
You must be signed in to change notification settings - Fork 7
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 JuliaImages/teh/data
Deprecate `data` in favor of `arraydata`
- Loading branch information
Showing
10 changed files
with
82 additions
and
35 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,25 @@ | ||
name = "ImageAxes" | ||
uuid = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac" | ||
version = "0.6.0" | ||
|
||
[deps] | ||
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" | ||
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" | ||
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93" | ||
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534" | ||
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d" | ||
|
||
[compat] | ||
AxisArrays = "≥ 0.3.0" | ||
FixedPointNumbers = "≥ 0.3.0" | ||
ImageCore = "≥ 0.2.0" | ||
julia = "≥ 1.0.0" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | ||
|
||
[targets] | ||
test = ["Unitful", "Test"] |
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 |
---|---|---|
@@ -1,14 +1,11 @@ | ||
using Documenter, ImageAxes | ||
using Documenter, ImageAxes, SimpleTraits | ||
|
||
makedocs(modules = [ImageAxes], | ||
format = Documenter.Formats.HTML, | ||
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"), | ||
sitename = "ImageAxes", | ||
pages = ["index.md"]) | ||
linkcheck = !("skiplinks" in ARGS), | ||
pages = ["index.md", "reference.md"]) | ||
|
||
deploydocs( | ||
repo = "github.com/JuliaImages/ImageAxes.jl.git", | ||
julia = "0.5", | ||
target = "build", | ||
deps = nothing, | ||
make = nothing | ||
) |
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,20 @@ | ||
# API reference | ||
|
||
## time axes | ||
|
||
```@docs | ||
timeaxis | ||
istimeaxis | ||
timedim | ||
HasTimeAxis | ||
TimeAxis | ||
``` | ||
|
||
## Streaming container | ||
|
||
```@docs | ||
StreamingContainer | ||
StreamIndexStyle | ||
IndexAny | ||
IndexIncremental | ||
``` |
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
d558af3
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()
d558af3
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/276
After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version: