Skip to content

1.4.1

Compare
Choose a tag to compare
@pont-us pont-us released this 11 Mar 17:17

Enhancements

  • Data stores can now return data iterators from their open_data() method.
    For example, a data store implementation can now return a data cube either
    with a time dimension of size 100, or could be asked to return 100 cube
    time slices with dimension size 1 in form of an iterator.
    This feature has been added to effectively support the new
    zappend tool. (#919)

Fixes

  • Fix two OGC Collections unit tests that were failing under Windows. (#937)

Other changes

  • Minor updates to make xcube compatible with pandas 2 and Python 3.12. (#933)

  • Minor updates to make xcube compatible with xarray >=2023.9.0. (#897, #939)