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)- New
description
properties have been added to responses from xcube Server for
datasets and variables. - User can now provide abstracts or descriptions using markdown format for dataset
configurations in xcube Server. A new configuration settingDescription
now accompanies settings such asTitle
. - Default values for the
Description
setting are derived from metadata of
datasets and variable CF attributes.
- New
-
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 packagexcube.webapi.viewer.components
exporting classMarkdown
which has a singletext
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