Skip to content

Releases: esa-cci/xcube-cci

0.10.1

27 Sep 15:46
Compare
Choose a tag to compare

Changes in 0.10.1

  • Fixed support for SST climatology dataset

0.10

31 Aug 15:56
Compare
Choose a tag to compare

Changes in 0.10 (in development)

  • Support Climatology Datasets
  • Ensure compatiblity with Python versions > 3.10. This concerns the way new event loops are created within threads. A deprecated event loop
    policy has been removed. Solves issues #61 and #64.

0.9.9

25 May 12:55
Compare
Choose a tag to compare

Changes in 0.9.9

  • Removed cache
  • Pinned pydap version
  • Improved determination of CCI data chunks

0.9.8

03 Feb 10:30
Compare
Choose a tag to compare

Changes in 0.9.8

  • Consider environment parameter READ_CEDA_CATALOGUE to trigger whether
    metadata from the ceda catalogue shall be read. Enabled by default.
  • Updated list of supported datasets.
    No odp-provided datasets are excluded anymore.

0.9.8.dev1

12 Jan 15:37
Compare
Choose a tag to compare
0.9.8.dev1 Pre-release
Pre-release

Changes in 0.9.8 (in development)

  • Consider environment parameter READ_CEDA_CATALOGUE to trigger whether
    metadata from the ceda catalogue shall be read. Enabled by default.

0.9.8.dev0

12 Jan 11:30
Compare
Choose a tag to compare
0.9.8.dev0 Pre-release
Pre-release

Changes in 0.9.8 (in development)

  • Consider environment parameter READ_CEDA_CATALOGUE to trigger whether
    metadata from the ceda catalogue shall be read. Enabled by default.

0.9.7

07 Nov 11:34
Compare
Choose a tag to compare

Changes in 0.9.7

  • Zarr Datastore reads data ids from json file if provided
  • Updated CCI Store to set zarr store (from here on, xcube 0.12.1 is required)
    #62

0.9.6

13 May 11:52
Compare
Choose a tag to compare

Changes in 0.9.6

  • Updated Example Notebooks
  • Extended support of datasets. Previously, datasets which had a chunking of
    the time dimension larger than one were not handled properly. This affected
    OZONE in a monthly resolution, SEALEVEL in a monthly resolution, and several
    ICESHEETS datasets. #12
  • Chunk sizes may now also be decreased, in order to achieve optimal chunkings.
    For some datasets (e.g., BIOMASS), this increases the performance and helps
    avoiding memory issues. #48

0.9.5

10 Feb 13:31
Compare
Choose a tag to compare

Changes in 0.9.5

  • Allow reading of datasets that do not specify chunk sizes (e.g., FIRE)
    Cate #1033.

0.9.4

09 Feb 14:21
Compare
Choose a tag to compare

Changes in 0.9.4

  • Ensure compatibility with xarray >= 0.20.2 and python >= 3.10
  • Ensure compatibility with expected odp update