File tree 1 file changed +20
-12
lines changed
1 file changed +20
-12
lines changed Original file line number Diff line number Diff line change 1
1
Release notes
2
2
=============
3
3
4
- Unreleased
5
- ----------
6
-
7
- New features
8
- ~~~~~~~~~~~~
4
+ 3.0.1 (Jan. 17, 2025)
5
+ ---------------------
9
6
10
7
Bug fixes
11
8
~~~~~~~~~
12
9
* Fixes ``order `` argument for Zarr format 2 arrays (:issue: `2679 `).
13
10
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 `).
15
13
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 `).
17
16
18
- Behaviour changes
19
- ~~~~~~~~~~~~~~~~~
17
+ * Fix for empty consolidated metadata dataset: backwards compatibility with
18
+ Zarr-Python 2 ( :issue: ` 2695 `).
20
19
21
20
Documentation
22
21
~~~~~~~~~~~~~
22
+ * Add v3.0.0 release announcement banner (:issue: `2677 `).
23
+
24
+ * Quickstart guide alignment with V3 API (:issue: `2697 `).
23
25
24
26
* Fix doctest failures related to numcodecs 0.15 (:issue: `2727 `).
25
27
26
28
Other
27
29
~~~~~
28
30
* 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 `).
30
38
31
39
32
40
.. _release_3.0.0 :
33
41
34
- 3.0.0
35
- -----
42
+ 3.0.0 (Jan. 9, 2025)
43
+ --------------------
36
44
37
45
3.0.0 is a new major release of Zarr-Python, with many breaking changes.
38
46
See the :ref: `v3 migration guide ` for a listing of what's changed.
You can’t perform that action at this time.
0 commit comments