Skip to content

Releases: JuliaGeo/CommonDataModel.jl

v0.4.3

20 Mar 14:59

Choose a tag to compare

CommonDataModel v0.4.3

Diff since v0.4.2

Merged pull requests:

v0.4.2

02 Dec 10:29
ef7b254

Choose a tag to compare

CommonDataModel v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

23 Sep 15:38
a9547a6

Choose a tag to compare

CommonDataModel v0.4.1

Diff since v0.4.0

Merged pull requests:

  • Use DiskArrays.view_disk to create views of AbstractVariable (#43) (@lupemba)

v0.4.0

11 Sep 11:34
94433fa

Choose a tag to compare

CommonDataModel v0.4.0

Diff since v0.3.10

Breaking changes

  • CommonDataModel.AbstractVariable is now a subtype of DiskArrays.AbstractDiskArray
  • CommonDataModel.SubVariable is not longer a subtype of CommonDataModel.AbstractVariable
  • This update will require packages that implement the CommonDataModel interface to stop defining getindex and setindex!. Instead, they should define DiskArrays.readblock! and DiskArrays.writeblock!

Other changes

  • Broadcasting benefit now from the optimized methods from DiskArrays

Thanks to @lupemba @rafaqz @tiemvanderdeure and @tcarion!

Merged pull requests:

  • Make AbstractVariable a subtype of AbstractDiskArray (#35) (@lupemba)

v0.3.10

21 Aug 15:15
f0d1211

Choose a tag to compare

CommonDataModel v0.3.10

Diff since v0.3.9

Merged pull requests:

  • CompatHelper: bump compat for "DataStructures" to "0.19" (#38) (@github-actions[bot])
  • expose prefer_datetime in cfvariable (#40) (@felixcremer)
  • Bump actions/checkout from 4 to 5 (#41) (@dependabot[bot])

Closed issues:

  • Cannot index variable of Zarr file with nanosecond time information (#39)

v0.3.9

24 Jul 20:07

Choose a tag to compare

CommonDataModel v0.3.9

Diff since v0.3.8

Closed issues:

  • propertynames is not defined where getproperty has a custom definition (#34)

v0.3.8

08 Mar 12:50
48849ec

Choose a tag to compare

CommonDataModel v0.3.8

Diff since v0.3.7

Merged pull requests:

Closed issues:

  • Should Base.keys(ds) default to varnames(ds) (#25)
  • Type instability in CFtransformdata! (#28)

v0.3.7

07 Nov 13:20
46dc447

Choose a tag to compare

CommonDataModel v0.3.7

Diff since v0.3.6

Merged pull requests:

  • Default Base.keys(ds) to varnames(ds) (#26) (@lupemba)

v0.3.6

30 Apr 08:30

Choose a tag to compare

CommonDataModel v0.3.6

Diff since v0.3.5

  • Resolved ambiguity issues
  • 0-dimensional arrays remains an array if used with Array

v0.3.5

16 Feb 14:20

Choose a tag to compare

CommonDataModel v0.3.5

Diff since v0.3.4

Release notes

  • experimental MemoryDataset implementation
  • in-place load! for multi-file datasets
  • parentdataset for the root group of a multi-file should be nothing
  • generic implementation for haskey for datasets
  • groupby for datasets

Merged pull requests: