Skip to content

Commit 4145aaa

Browse files
authored
Merge pull request #44 from lupemba/Prepare-CommonDataModel-0.4
Prepare common data model 0.4
2 parents ac763fe + ab5eb29 commit 4145aaa

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.10'
22-
- '1.11'
23-
- 'nightly'
22+
- '1'
23+
- 'pre'
2424
os:
2525
- ubuntu-latest
2626
arch:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GRIBDatasets"
22
uuid = "82be9cdb-ee19-4151-bdb3-b400788d9abc"
33
authors = ["tcarion <tristan.carion@gmail.com> and contributors"]
4-
version = "0.4.1"
4+
version = "0.4.2"
55

66
[deps]
77
CommonDataModel = "1fbeeb36-5f17-413c-809b-666fb144f157"
@@ -12,7 +12,7 @@ GRIB = "b16dfd50-4035-11e9-28d4-9dfe17e6779b"
1212
eccodes_jll = "b04048ba-5ccd-5610-b3f6-85129a548705"
1313

1414
[compat]
15-
CommonDataModel = "0.3.4"
15+
CommonDataModel = "0.4"
1616
DataStructures = "0.18"
1717
DiskArrays = "0.3, 0.4"
1818
eccodes_jll = "~2.36"

src/variables.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ dataset(var::AbstractGRIBVariable) = var.ds
125125

126126
_get_dim(var::Variable, key::String) = _get_dim(var.dims, key)
127127

128-
DA.@implement_diskarray Variable
129128
# Avoid DiskArrays.jl indexing when the parent is an Array
130129
Base.getindex(var::Variable{T,N,Array{T,N}}, I::AbstractUnitRange...) where {T,N} =
131130
getindex(parent(var), I...)

0 commit comments

Comments
 (0)