Skip to content

1.8.3

Latest
Compare
Choose a tag to compare
@forman forman released this 21 Feb 14:10
· 1 commit to main since this release
31e5882

Changes in 1.8.3

Enhancements

  • xcube Server now can be configured to provide abstracts/descriptions for datasets
    so they can be rendered as markdown in xcube Viewer
    (xcube-dev/xcube-viewer#454). (#1122)

    1. New description properties have been added to responses from xcube Server for
      datasets and variables.
    2. User can now provide abstracts or descriptions using markdown format for dataset
      configurations in xcube Server. A new configuration setting Description
      now accompanies settings such as Title.
    3. Default values for the Description setting are derived from metadata of
      datasets and variable CF attributes.
  • Improved axis labeling in 2D histogram visualization in the Panel demo.

  • Added support for the xcube Viewer's Markdown component so it can be used in
    server-side viewer extensions. See new package xcube.webapi.viewer.components
    exporting class Markdown which has a single text property that takes
    the markdown text.

  • Bundled xcube Viewer 1.4.2.

Other changes

  • Reformatted code base according to the default settings used by
    isort and
    ruff. Updated development
    dependencies accordingly.
  • Updated copyright notices.
  • Ensured xcube can be installed and tested in Python 3.13 environments.
  • Added a configuration file xrlint_config.yaml for the
    xrlint tool to the project repository.

Full Changelog: v1.8.2...v1.8.3