We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e73301 commit 96e5564Copy full SHA for 96e5564
changes/3299.fix.rst
@@ -0,0 +1,6 @@
1
+Fix a bug in ``create_array`` caused by iterating over chunk-aligned regions instead of
2
+shard-aligned regions when writing data. To make the distinction between chunks and shards more
3
+obvious in the ``Array`` API, new properties ``chunk_grid_shape``,
4
+``shard_grid_shape``, ``nshards``, ``nshards_initialized`` were added to the ``Array`` class.
5
+Additionally, the behavior of ``nchunks_initialized`` has been adjusted. This function consistently
6
+reports the number of chunks present in stored objects, even when the array uses the sharding codec.
0 commit comments