You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)