Skip to content

Releases: JuliaGeo/CommonDataModel.jl

v0.3.7

07 Nov 13:20
46dc447
Compare
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
Compare
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
Compare
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:

v0.3.4

31 Jan 14:00
e96d9ec
Compare
Choose a tag to compare

CommonDataModel v0.3.4

  • Fixed windows issue for old julia version (1.6 and 1.7), issue #17

Diff since v0.3.3

v0.3.3

30 Jan 08:59
Compare
Choose a tag to compare

CommonDataModel v0.3.3

Diff since v0.3.2

Merged pull requests:

v0.3.2

15 Jan 15:56
Compare
Choose a tag to compare

CommonDataModel v0.3.2

Diff since v0.3.1

v0.3.1

27 Dec 16:36
Compare
Choose a tag to compare

CommonDataModel v0.3.1

Diff since v0.2.5

  • Implement groupby and reduce for variables.

Merged pull requests:

  • Refactor CF convention code and other code from NCDatasets in CommonDataSet (#15) (@Alexander-Barth)

v0.3.0

04 Dec 11:00
Compare
Choose a tag to compare

CommonDataModel v0.3.0

Diff since v0.2.5

This release imports several functionality (multi-file dataset, sub-dataset) from NCDatasets. It is incompatible with the (current) NCDatasets 0.13 due to several ambiguity issues.

Merged pull requests:

  • Refactor CF convention code and other code from NCDatasets in CommonDataSet (#15) (@Alexander-Barth)

v0.2.5

10 Oct 08:48
df687ff
Compare
Choose a tag to compare

CommonDataModel v0.2.5

Diff since v0.2.4

Merged pull requests:

v0.2.4

15 Jun 12:57
3a93a59
Compare
Choose a tag to compare

CommonDataModel v0.2.4

Diff since v0.2.3

Merged pull requests: