Releases: JuliaGeo/CommonDataModel.jl
Releases · JuliaGeo/CommonDataModel.jl
v0.4.3
CommonDataModel v0.4.3
Merged pull requests:
- Bump actions/cache from 4 to 5 (#45) (@dependabot[bot])
v0.4.2
CommonDataModel v0.4.2
Merged pull requests:
- Bump actions/checkout from 5 to 6 (#44) (@dependabot[bot])
v0.4.1
CommonDataModel v0.4.1
Merged pull requests:
v0.4.0
CommonDataModel v0.4.0
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:
v0.3.10
CommonDataModel v0.3.10
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
CommonDataModel v0.3.9
Closed issues:
propertynamesis not defined wheregetpropertyhas a custom definition (#34)
v0.3.8
CommonDataModel v0.3.8
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#27) (@dependabot[bot])
- fix type instability in
CFtransformdata(#29) (@tiemvanderdeure) - Add MetopDatasets.jl to README list. (#30) (@lupemba)
- define
Base.parentand use it (#31) (@rafaqz)
Closed issues:
v0.3.7
CommonDataModel v0.3.7
Merged pull requests:
v0.3.6
CommonDataModel v0.3.6
- Resolved ambiguity issues
- 0-dimensional arrays remains an array if used with
Array
v0.3.5
CommonDataModel v0.3.5
Release notes
- experimental
MemoryDatasetimplementation - in-place
load!for multi-file datasets parentdatasetfor the root group of a multi-file should be nothing- generic implementation for
haskeyfor datasets groupbyfor datasets
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#18) (@dependabot[bot])