Skip to content

Commit a0394c8

Browse files
committed
create 3.0.7 release notes
1 parent 84d3284 commit a0394c8

File tree

10 files changed

+33
-15
lines changed

10 files changed

+33
-15
lines changed

changes/1661.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2622.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2714.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2718.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/2802.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2924.chore.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/2944.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2991.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2996.bugfix.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/release-notes.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@ 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`)
31+
32+
33+
Misc
34+
~~~~
35+
36+
- :issue:`2714`, :issue:`2924`, :issue:`2944`
37+
38+
639
3.0.6 (2025-03-20)
740
------------------
841

0 commit comments

Comments
 (0)