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
WIP: Compute==False for to_zarr and to_netcdf (#1811)
* move backend append logic to the prepare_variable methods
* deprecate variables/dimensions/attrs properties on AbstractWritableDataStore
* warnings instead of errors for backend properties
* use attrs.update when setting zarr attributes
* more performance improvements to attributes in zarr backend
* fix typo
* new set_dimensions method for writable data stores
* more fixes for zarr
* more tests for zarr and remove append logic for zarr
* more tests for zarr and remove append logic for zarr
* a few more tweaks to zarr attrs
* Add encode methods to writable data stores, fixes for Zarr tests
* fix for InMemoryDataStore
* fix for unlimited dimensions Scipy Datastores
* another patch for scipy
* whatsnew
* initial commit returning dask futures from to_netcdf and to_zarr methods
* ordereddict
* address some of rabernats comments, in particular, this commit removes the _DIMENSION_KEY from the zarr_group.attrs
* stop skipping zero-dim zarr tests
* update minimum zarr version for tests
* cleanup a bit before adding tests
* tempoary checkin
* cleanup implementation of compute=False for to_foo functions, still needs additional tests
* docs and more tests, failing tests on h5netcdf backend only
* skip h5netcdf/netcdf4 tests in certain places
* remove spurious returns
* finalize stores when compute=False
* more docs, skip h5netcdf netcdf tests, raise informative error for h5netcdf and scipy
* cleanup whats-new
* reorg dask task graph when using compute=False and save_mfdataset
* move compute_false tests to DaskTests class
* small doc/style fixes
* save api.py
0 commit comments