@@ -37,22 +37,38 @@ Maintenance
37
37
38
38
Enhancements
39
39
~~~~~~~~~~~~
40
+
40
41
* [v3] Dramatically reduce number of ``__contains__ `` requests in favor of optimistically calling `__getitem__ `
41
42
and handling any error that may arise.
42
- By :user: `Deepak Cherian <dcherian> `.
43
+ By :user: `Deepak Cherian <dcherian> ` :issue: ` 1741 ` .
43
44
44
45
* [v3] Reuse the downloaded array metadata when creating an ``Array ``.
45
- By :user: `Deepak Cherian <dcherian> `.
46
+ By :user: `Deepak Cherian <dcherian> ` :issue: ` 1734 ` .
46
47
47
48
* Optimize ``Array.info `` so that it calls `getsize ` only once.
48
- By :user: `Deepak Cherian <dcherian> `.
49
+ By :user: `Deepak Cherian <dcherian> ` :issue: ` 1733 ` .
49
50
50
51
* Override IPython ``_repr_*_ `` methods to avoid expensive lookups against object stores.
51
52
By :user: `Deepak Cherian <dcherian> ` :issue: `1716 `.
52
53
53
54
* FSStore now raises rather than return bad data.
54
55
By :user: `Martin Durant <martindurant> ` and :user: `Ian Carroll <itcarroll> ` :issue: `1604 `.
55
56
57
+ * Avoid redundant ``__contains__ ``.
58
+ By :user: `Deepak Cherian <dcherian> ` :issue: `1739 `.
59
+
60
+ Docs
61
+ ~~~~
62
+
63
+ * Fix link to GCSMap in ``tutorial.rst ``.
64
+ By :user: `Daniel Jahn <dahnj> ` :issue: `1689 `.
65
+
66
+ * Endorse `SPEC0000 <https://scientific-python.org/specs/spec-0000/ >`_ and state version support policy in ``installation.rst ``.
67
+ By :user: `Sanket Verma <msankeys963> ` :issue: `1665 `.
68
+
69
+ * Migrate v1 and v2 specification to `Zarr-Specs <https://zarr-specs.readthedocs.io/en/latest/specs.html >`_.
70
+ By :user: `Sanket Verma <msankeys963> ` :issue: `1582 `.
71
+
56
72
Maintenance
57
73
~~~~~~~~~~~
58
74
@@ -61,7 +77,12 @@ Maintenance
61
77
62
78
* Bump minimum supported NumPy version to 1.23 (per spec 0000)
63
79
By :user: `Joe Hamman <jhamman> ` :issue: `1719 `.
64
-
80
+
81
+ * Minor fixes: Using ``is `` instead of ``type `` and removing unnecessary ``None ``.
82
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1737 `.
83
+
84
+ * Fix tests failure related to Pytest 8.
85
+ By :user: `David Stansby <dstansby> ` :issue: `1714 `.
65
86
66
87
.. _release_2.17.1 :
67
88
0 commit comments