1.0.4
Changes in 1.0.4
-
Setting a dataset's
BoundingBox
in the server configuration
is now recognised when requesting the dataset details. (#845) -
It is now possible to enforce the order of variables reported by
xcube server. The new server configuration keyVariables
can be added
toDatasets
configurations. Is a list of wildcard patterns that
determines the order of variables and the subset of variables to be
reported. (#835) -
Pinned Pandas dependency to lower than 2.0 because of incompatibility
with both xarray and xcube
(see pydata/xarray#7716).
Therefore, the following xcube deprecations have been introduced:- The optional
--base/-b
of thexcube resample
CLI tool. - The keyword argument
base
of thexcube.core.resample.resample_in_time
function.
- The optional
-
Bundled xcube-viewer 1.0.2.
Full Changelog: v1.0.3...v1.0.4