0.1.6
-
Updated
pyproject.tomlfile; package name changed fromxcube-cmems
toxcube_cmemsand entry point removed, since xcube plugins
auto-recognition is updated. (#39 and xcube-dev/xcube#963) -
Support boolean-valued include_attrs in get_data_ids in accordance with API update in
xcube 1.8.0. -
Refactored
get_datasets_with_titles()to align with the updated return type of
cm.describe(). (now returning aCopernicusMarineCatalogueobject). The function
now accesses products and datasets via object attributes instead of dictionary keys. -
Updated dependency versions to ensure compatibility with
copernicusmarine>= 2.1.1. -
Updated GitHub Actions workflow to use the latest Micromamba setup and use codecov.
What's Changed
- Update of `pyproject.toml'file; package name changed and entry point removed, after xcube plugins auto-recognition is updated. by @konstntokas in #40
- fix and update cmems store by @TejasMorbagal in #44
New Contributors
- @konstntokas made their first contribution in #40
Full Changelog: v0.1.5...v0.1.6