Skip to content

chore(release): update changelog for 2.17.2 #1775

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

Merged
merged 1 commit into from
Apr 5, 2024
Merged
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
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