Skip to content

Commit

Permalink
chore(release): update changelog for 2.17.2 (zarr-developers#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman authored Apr 5, 2024
1 parent 5fde3a2 commit 1631c10
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ Release notes
# to document your changes. On releases it will be
# re-indented so that it does not show up in the notes.
.. _unreleased:
.. _release_2.17.2:

Unreleased
----------
2.17.2
------

Enhancements
~~~~~~~~~~~~
* [v3] Dramatically reduce number of ``__contains_`` requests in favor of optimistically calling `__getitem__`
* [v3] Dramatically reduce number of ``__contains__`` requests in favor of optimistically calling `__getitem__`
and handling any error that may arise.
By :user:`Deepak Cherian <dcherian>`.

* [v3] Reuse the download array metadata when creating an ``Array``.
* [v3] Reuse the downloaded array metadata when creating an ``Array``.
By :user:`Deepak Cherian <dcherian>`.

* Optimize ``Array.info`` so that it calls `getsize` only once.
Expand All @@ -33,6 +33,9 @@ Enhancements
* Override IPython ``_repr_*_`` methods to avoid expensive lookups against object stores.
By :user:`Deepak Cherian <dcherian>` :issue:`1716`.

* FSStore now raises rather than return bad data.
By :user:`Martin Durant <martindurant>` and :user:`Ian Carroll <itcarroll>` :issue:`1604`.

Maintenance
~~~~~~~~~~~

Expand All @@ -42,8 +45,6 @@ Maintenance
* Bump minimum supported NumPy version to 1.23 (per spec 0000)
By :user:`Joe Hamman <jhamman>` :issue:`1719`.

* FSStore now raises rather than return bad data.
By :user:`Martin Durant <martindurant>` and :user:`Ian Carroll <itcarroll>` :issue:`1604`.

.. _release_2.17.1:

Expand Down

0 comments on commit 1631c10

Please sign in to comment.