Skip to content

Commit 501fa5b

Browse files
authored
doc: release notes for 3.0.1 (#2726)
* doc: release notes for 3.0.1 * fixup * tidy
1 parent 2e30271 commit 501fa5b

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

Diff for: docs/release-notes.rst

+20-12
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,46 @@
11
Release notes
22
=============
33

4-
Unreleased
5-
----------
6-
7-
New features
8-
~~~~~~~~~~~~
4+
3.0.1 (Jan. 17, 2025)
5+
---------------------
96

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

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

16-
* Ensure that compressor=None results in no compression when writing Zarr format 2 data (:issue:`2708`)
14+
* Ensure that compressor=None results in no compression when writing Zarr
15+
format 2 data (:issue:`2708`).
1716

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

2120
Documentation
2221
~~~~~~~~~~~~~
22+
* Add v3.0.0 release announcement banner (:issue:`2677`).
23+
24+
* Quickstart guide alignment with V3 API (:issue:`2697`).
2325

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

2628
Other
2729
~~~~~
2830
* Removed some unnecessary files from the source distribution
29-
to reduce its size. (:issue:`2686`)
31+
to reduce its size. (:issue:`2686`).
32+
33+
* Enable codecov in GitHub actions (:issue:`2682`).
34+
35+
* Speed up hypothesis tests (:issue:`2650`).
36+
37+
* Remove multiple imports for an import name (:issue:`2723`).
3038

3139

3240
.. _release_3.0.0:
3341

34-
3.0.0
35-
-----
42+
3.0.0 (Jan. 9, 2025)
43+
--------------------
3644

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

0 commit comments

Comments
 (0)