Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 630897b

Browse filesBrowse files
authored
3.0.7 release notes (#3008)
* create 3.0.7 release notes * describe misc changes * add pr link for 2997
1 parent cf879eb commit 630897b
Copy full SHA for 630897b

10 files changed

+36
-15
lines changed

‎changes/1661.feature.rst

Copy file name to clipboardExpand all lines: changes/1661.feature.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎changes/2622.feature.rst

Copy file name to clipboardExpand all lines: changes/2622.feature.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎changes/2714.misc.rst

Copy file name to clipboardExpand all lines: changes/2714.misc.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎changes/2718.bugfix.rst

Copy file name to clipboardExpand all lines: changes/2718.bugfix.rst
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎changes/2802.fix.rst

Copy file name to clipboardExpand all lines: changes/2802.fix.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎changes/2924.chore.rst

Copy file name to clipboardExpand all lines: changes/2924.chore.rst
-2Lines changed: 0 additions & 2 deletions
This file was deleted.

‎changes/2944.misc.rst

Copy file name to clipboardExpand all lines: changes/2944.misc.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎changes/2991.doc.rst

Copy file name to clipboardExpand all lines: changes/2991.doc.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎changes/2996.bugfix.rst

Copy file name to clipboardExpand all lines: changes/2996.bugfix.rst
-4Lines changed: 0 additions & 4 deletions
This file was deleted.

‎docs/release-notes.rst

Copy file name to clipboardExpand all lines: docs/release-notes.rst
+36Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@ Release notes
33

44
.. towncrier release notes start
55
6+
3.0.7 (2025-04-22)
7+
------------------
8+
9+
Features
10+
~~~~~~~~
11+
12+
- Add experimental ObjectStore storage class based on obstore. (:issue:`1661`)
13+
- Add ``zarr.from_array`` using concurrent streaming of source data (:issue:`2622`)
14+
15+
16+
Bugfixes
17+
~~~~~~~~
18+
19+
- 0-dimensional arrays are now returning a scalar. Therefore, the return type of ``__getitem__`` changed
20+
to NDArrayLikeOrScalar. This change is to make the behavior of 0-dimensional arrays consistent with
21+
``numpy`` scalars. (:issue:`2718`)
22+
- Fix `fill_value` serialization for `NaN` in `ArrayV2Metadata` and add property-based testing of round-trip serialization (:issue:`2802`)
23+
- Fixes `ConsolidatedMetadata` serialization of `nan`, `inf`, and `-inf` to be
24+
consistent with the behavior of `ArrayMetadata`. (:issue:`2996`)
25+
26+
27+
Improved Documentation
28+
~~~~~~~~~~~~~~~~~~~~~~
29+
30+
- Updated the 3.0 migration guide to include the removal of "." syntax for getting group members. (:issue:`2991`, :issue:`2997`)
31+
32+
33+
Misc
34+
~~~~
35+
- Define a new versioning policy based on Effective Effort Versioning. This replaces the old Semantic
36+
Versioning-based policy. (:issue:`2924`, :issue:`2910`)
37+
- Make warning filters in the tests more specific, so warnings emitted by tests added in the future
38+
are more likely to be caught instead of ignored. (:issue:`2714`)
39+
- Avoid an unnecessary memory copy when writing Zarr to a local file (:issue:`2944`)
40+
41+
642
3.0.6 (2025-03-20)
743
------------------
844

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.