Skip to content

Commit 96e5564

Browse files
committed
changelog
1 parent 7e73301 commit 96e5564

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

changes/3299.fix.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)