Skip to content

0.8.2.dev3

Pre-release
Pre-release
Compare
Choose a tag to compare
@forman forman released this 05 Aug 09:47

Changes in 0.8.2 (in development)

  • Fixed the issue that xcube gen2 would not print tracebacks to stderr when raising
    CubeGeneratorErrors (#448).
  • Enhanced xcube.core.normalize.normalize_dataset() function to also normalize datasets with latitudes given as
    latitude_centers and to invert decreasing latitude coordinate values.
  • Introduced xcube.core.normalize.cubify_dataset() function to normalize a dataset
    and finally assert the result complies to the xcube dataset conventions.
  • Fixed that data stores directory and s3 were not able to handle data identifiers that they
    had assigned themselves during write_data(). (#450)
  • Pinned dependencies
    • dask =2021.3.1 because of memory leaks in versions >=2021.4
    • xarray =0.18.2 because a lot of tests fail with versions >= 0.19
    • pandas >1.1,<1.3 because 1.3+ doesn't work with xarray < 0.19