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
13
13
# to document your changes. On releases it will be
14
14
# re-indented so that it does not show up in the notes.
15
15
16
- .. _ unreleased :
16
+ .. _ release_2.17.2 :
17
17
18
- Unreleased
19
- ----------
18
+ 2.17.2
19
+ ------
20
20
21
21
Enhancements
22
22
~~~~~~~~~~~~
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__ `
24
24
and handling any error that may arise.
25
25
By :user: `Deepak Cherian <dcherian> `.
26
26
27
- * [v3] Reuse the download array metadata when creating an ``Array ``.
27
+ * [v3] Reuse the downloaded array metadata when creating an ``Array ``.
28
28
By :user: `Deepak Cherian <dcherian> `.
29
29
30
30
* Optimize ``Array.info `` so that it calls `getsize ` only once.
@@ -33,6 +33,9 @@ Enhancements
33
33
* Override IPython ``_repr_*_ `` methods to avoid expensive lookups against object stores.
34
34
By :user: `Deepak Cherian <dcherian> ` :issue: `1716 `.
35
35
36
+ * FSStore now raises rather than return bad data.
37
+ By :user: `Martin Durant <martindurant> ` and :user: `Ian Carroll <itcarroll> ` :issue: `1604 `.
38
+
36
39
Maintenance
37
40
~~~~~~~~~~~
38
41
@@ -42,8 +45,6 @@ Maintenance
42
45
* Bump minimum supported NumPy version to 1.23 (per spec 0000)
43
46
By :user: `Joe Hamman <jhamman> ` :issue: `1719 `.
44
47
45
- * FSStore now raises rather than return bad data.
46
- By :user: `Martin Durant <martindurant> ` and :user: `Ian Carroll <itcarroll> ` :issue: `1604 `.
47
48
48
49
.. _release_2.17.1 :
49
50
You can’t perform that action at this time.
0 commit comments