File tree Expand file tree Collapse file tree 1 file changed +20
-12
lines changed Expand file tree Collapse file tree 1 file changed +20
-12
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4- Unreleased
5- ----------
6-
7- New features
8- ~~~~~~~~~~~~
4+ 3.0.1 (Jan. 17, 2025)
5+ ---------------------
96
107Bug 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
2120Documentation
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
2628Other
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
37453.0.0 is a new major release of Zarr-Python, with many breaking changes.
3846See the :ref: `v3 migration guide ` for a listing of what's changed.
You can’t perform that action at this time.
0 commit comments