Skip to content

0.1.6

Choose a tag to compare

@TejasMorbagal TejasMorbagal released this 28 May 14:20
· 16 commits to main since this release
  • Updated pyproject.toml file; package name changed from xcube-cmems
    to xcube_cmems and 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 a CopernicusMarineCatalogue object). 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

Full Changelog: v0.1.5...v0.1.6