Skip to content

1.0.4

Compare
Choose a tag to compare
@forman forman released this 17 Apr 15:53

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 key Variables can be added
    to Datasets 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 the xcube resample CLI tool.
    • The keyword argument base of the xcube.core.resample.resample_in_time
      function.
  • Bundled xcube-viewer 1.0.2.

Full Changelog: v1.0.3...v1.0.4