Releases: xcube-dev/xcube-cds
Releases · xcube-dev/xcube-cds
0.9.3
0.9.2
- Update dataset handlers to deal with recent changes in the CDS backend API (fixes #68).
- Add
endpoint_url
andcds_api_key
to store parameters schema (fixes #65). - Update example notebooks to use the
new_data_store
function (closes #70). - Provide version number in
xcube_cds.__version__
andxcube_cds.version
rather thanxcube_cds.version.version
(closes #56). - Added support for sea ice thickness dataset (closes #61). This includes a Jupyter notebook to validate its functionality.
0.9.1
0.9.0
0.8.1
0.8.0
- Store methods
get_type_specifier
andget_type_specifiers_for_data
now
return values in correct format (strings instead of type specifiers) - Provided xcube data store framework interface compatibility with
breaking changes in xcube 0.8.0 (see
xcube-dev/xcube#420). - Soil moisture dataset handler updated to avoid "Request too large" errors
(closes #48) - CdsDataOpener.open_data now logs the xcube-cds version number to stderr.
0.8.0.dev2
- CdsDataOpener.open_data now logs the xcube-cds version number to stderr.
0.8.0.dev1
- Soil moisture dataset handler updated to avoid "Request too large" errors (closes #48)
0.8.0.dev0
-
Store methods get_type_specifier and get_type_specifiers_for_data now return
values in correct format (strings instead of type specifiers) -
Provided xcube data store framework interface compatibility with
breaking changes in xcube 0.8.0 (see xcube-dev/xcube#420).
0.7.0
- Replace Travis CI with AppVeyor for CI (closes #25)
- Update demo notebooks to remove dependency on cartopy
- Document CDS API key usage in store docstring (closes #26)
- Remove redundant requirements list from setup.py (closes #29)
- Remove constant-valued parameters from opener schemas (closes #28 and #36)
- Minor API updates (closes #39)