Skip to content

Commit 1631c10

Browse files
authored
chore(release): update changelog for 2.17.2 (#1775)
1 parent 5fde3a2 commit 1631c10

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/release.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Release notes
1313
# to document your changes. On releases it will be
1414
# re-indented so that it does not show up in the notes.
1515
16-
.. _unreleased:
16+
.. _release_2.17.2:
1717

18-
Unreleased
19-
----------
18+
2.17.2
19+
------
2020

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

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

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

36+
* FSStore now raises rather than return bad data.
37+
By :user:`Martin Durant <martindurant>` and :user:`Ian Carroll <itcarroll>` :issue:`1604`.
38+
3639
Maintenance
3740
~~~~~~~~~~~
3841

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

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

4849
.. _release_2.17.1:
4950

0 commit comments

Comments
 (0)