Skip to content

Commit b98f694

Browse files
Update release.rst for v2.17.2 (#1778)
* Update release.rst for v2.17.2 * Minor edits --------- Co-authored-by: Joe Hamman <[email protected]>
1 parent 5d566eb commit b98f694

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

docs/release.rst

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,38 @@ Maintenance
3737

3838
Enhancements
3939
~~~~~~~~~~~~
40+
4041
* [v3] Dramatically reduce number of ``__contains__`` requests in favor of optimistically calling `__getitem__`
4142
and handling any error that may arise.
42-
By :user:`Deepak Cherian <dcherian>`.
43+
By :user:`Deepak Cherian <dcherian>` :issue:`1741`.
4344

4445
* [v3] Reuse the downloaded array metadata when creating an ``Array``.
45-
By :user:`Deepak Cherian <dcherian>`.
46+
By :user:`Deepak Cherian <dcherian>` :issue:`1734`.
4647

4748
* Optimize ``Array.info`` so that it calls `getsize` only once.
48-
By :user:`Deepak Cherian <dcherian>`.
49+
By :user:`Deepak Cherian <dcherian>` :issue:`1733`.
4950

5051
* Override IPython ``_repr_*_`` methods to avoid expensive lookups against object stores.
5152
By :user:`Deepak Cherian <dcherian>` :issue:`1716`.
5253

5354
* FSStore now raises rather than return bad data.
5455
By :user:`Martin Durant <martindurant>` and :user:`Ian Carroll <itcarroll>` :issue:`1604`.
5556

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+
5672
Maintenance
5773
~~~~~~~~~~~
5874

@@ -61,7 +77,12 @@ Maintenance
6177

6278
* Bump minimum supported NumPy version to 1.23 (per spec 0000)
6379
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`.
6586

6687
.. _release_2.17.1:
6788

0 commit comments

Comments
 (0)