Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/4049.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a public asynchronous API to `zarr.Array`. Every synchronous `Array` method now has an awaitable `*_async` twin (`getitem_async`, `setitem_async`, `get_basic_selection_async`, `resize_async`, `append_async`, `update_attributes_async`, `nchunks_initialized_async`, and the other selection variants), so async callers can await array operations directly instead of reaching into `Array.async_array`. The `*_async` twins expose the same parameters as their synchronous counterparts; as part of this, `Array.resize` now accepts `delete_outside_chunks` (previously only reachable through the async surface).
Loading
Loading