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
Skip reads when completely overwriting boundary chunks
Uses `slice(..., None)` to indicate that a `chunk_selection`
ends at the boundary of the current chunk. Also does so for a last
chunk that is shorter than the chunk size.
`is_total_slice` now understands this convention, and correctly
detects boundary chunks as total slices.
Closeszarr-developers#757
0 commit comments