Skip to content

Commit

Permalink
doc: release notes for 3.0.1 (#2726)
Browse files Browse the repository at this point in the history
* doc: release notes for 3.0.1

* fixup

* tidy
  • Loading branch information
jhamman authored Jan 17, 2025
1 parent 2e30271 commit 501fa5b
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,38 +1,46 @@
Release notes
=============

Unreleased
----------

New features
~~~~~~~~~~~~
3.0.1 (Jan. 17, 2025)
---------------------

Bug fixes
~~~~~~~~~
* Fixes ``order`` argument for Zarr format 2 arrays (:issue:`2679`).

* Fixes a bug that prevented reading Zarr format 2 data with consolidated metadata written using ``zarr-python`` version 2 (:issue:`2694`).
* Fixes a bug that prevented reading Zarr format 2 data with consolidated
metadata written using ``zarr-python`` version 2 (:issue:`2694`).

* Ensure that compressor=None results in no compression when writing Zarr format 2 data (:issue:`2708`)
* Ensure that compressor=None results in no compression when writing Zarr
format 2 data (:issue:`2708`).

Behaviour changes
~~~~~~~~~~~~~~~~~
* Fix for empty consolidated metadata dataset: backwards compatibility with
Zarr-Python 2 (:issue:`2695`).

Documentation
~~~~~~~~~~~~~
* Add v3.0.0 release announcement banner (:issue:`2677`).

* Quickstart guide alignment with V3 API (:issue:`2697`).

* Fix doctest failures related to numcodecs 0.15 (:issue:`2727`).

Other
~~~~~
* Removed some unnecessary files from the source distribution
to reduce its size. (:issue:`2686`)
to reduce its size. (:issue:`2686`).

* Enable codecov in GitHub actions (:issue:`2682`).

* Speed up hypothesis tests (:issue:`2650`).

* Remove multiple imports for an import name (:issue:`2723`).


.. _release_3.0.0:

3.0.0
-----
3.0.0 (Jan. 9, 2025)
--------------------

3.0.0 is a new major release of Zarr-Python, with many breaking changes.
See the :ref:`v3 migration guide` for a listing of what's changed.
Expand Down

0 comments on commit 501fa5b

Please sign in to comment.