File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1+ Updated 3.0 Migration Guide to include function signature change to zarr.Array.resize function.
Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ The following sections provide details on breaking changes in Zarr-Python 3.
9999 Zarr specification. To continue using version 2 , set `zarr_format=2 ` when creating arrays
100100 or set `default_zarr_version=2 ` in Zarr' s runtime configuration.
101101
102+ 3 . Function signature change to [`zarr.Array.resize` ][] - the `resize` function now takes a
103+ `zarr.core.common.ShapeLike` input rather than separate arguments for each dimension.
104+ Use `resize((10 ,10 ))` in place of `resize(10 ,10 )` .
105+
102106# ## The Group class
103107
1041081 . Disallow direct construction - use [`zarr.open_group` ][] or [`zarr.create_group` ][]
You can’t perform that action at this time.
0 commit comments