File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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
2121Enhancements
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+
3639Maintenance
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
You can’t perform that action at this time.
0 commit comments