Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify getsize to return total size, not just the top level #1815

Draft
wants to merge 4 commits into
base: support/v2
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'support/v2' into recursive-getsize
  • Loading branch information
dstansby committed Oct 18, 2024
commit cadae2e3224f1887efd5ae76aaea6a8a49114f16
9 changes: 8 additions & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,15 @@ Enhancements

Maintenance
~~~~~~~~~~~
* ``getsize`` now returns the total size of all nested arrays.
* ``getsize`` now returns the total size of all nested arrays.
By :user:`Ben Jeffery <benjeffery>` :issue:`253`.
* Dropped support for Python 3.10.
By :user:`David Stansby <dstansby>` (:issue:`2344`).
* Removed testing for compatibility with the ``bsddb3`` package.
``bsddb3`` was last released four years ago, and should still work with
``zarr-python`` if you can install it, but to reduce our maintenance
burden we will no longer run our compatibility tests for it.
By :user:`David Stansby <dstansby>` (:issue:`2344`).

Deprecations
~~~~~~~~~~~~
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.