Skip to content

Commit

Permalink
Release notes for 2.18.0 (#1843)
Browse files Browse the repository at this point in the history
* doc: cleanup release notes for 2.18.0
  • Loading branch information
jhamman authored May 7, 2024
1 parent 270aff1 commit 056657c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,16 @@ Release notes
See `GH1777 <https://github.com/zarr-developers/zarr-python/issues/1777>`_ for more details on the upcoming
3.0 release.

.. _unreleased:
.. _release_2.18.0:

Unreleased
----------
2.18.0
------

Enhancements
~~~~~~~~~~~~
* Performance improvement for reading and writing chunks if any of the dimensions is size 1.
By :user:`Deepak Cherian <dcherian>` :issue:`1730`.

Docs
~~~~


Maintenance
~~~~~~~~~~~
* Enable ruff/bugbear rules (B) and fix issues.
Expand All @@ -46,6 +42,7 @@ Deprecations
* Deprecate experimental v3 support by issuing a `FutureWarning`.
Also updated docs to warn about using the experimental v3 version.
By :user:`Joe Hamman <jhamman>` :issue:`1802` and :issue:`1807`.

* Deprecate the following stores: :class:`zarr.storage.DBMStore`, :class:`zarr.storage.LMDBStore`,
:class:`zarr.storage.SQLiteStore`, :class:`zarr.storage.MongoDBStore`, :class:`zarr.storage.RedisStore`,
and :class:`zarr.storage.ABSStore`. These stores are slated to be removed from Zarr-Python in version 3.0.
Expand Down

0 comments on commit 056657c

Please sign in to comment.