Skip to content

Commit 9ac31cb

Browse files
authored
Update DiskArrays dependency to 0.4 (#140)
* Bunmp DiskArrays * Update DiskArrays compat * fix doctest
1 parent d9eca05 commit 9ac31cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Zarr"
22
uuid = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"
33
authors = ["Fabian Gans <[email protected]>"]
4-
version = "0.9.3"
4+
version = "0.9.4"
55

66
[deps]
77
AWSS3 = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
@@ -24,7 +24,7 @@ AWSS3 = "0.10"
2424
Blosc = "0.5, 0.6, 0.7"
2525
CodecZlib = "0.6, 0.7"
2626
DataStructures = "0.17, 0.18"
27-
DiskArrays = "^0.3.6"
27+
DiskArrays = "0.4.2"
2828
HTTP = "^1.3"
2929
JSON = "0.21"
3030
LRUCache = "1"

docs/src/missings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ julia> eltype(z)
6666
Union{Missing, Int64}
6767
6868
julia> z[8:12,1]
69-
5-element reshape(::Matrix{Union{Missing, Int64}}, 5) with eltype Union{Missing, Int64}:
69+
5-element Vector{Union{Missing, Int64}}:
7070
missing
7171
missing
7272
missing

0 commit comments

Comments
 (0)