You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+84-12Lines changed: 84 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,51 @@
6
6
What's New
7
7
==========
8
8
9
-
.. _whats-new.2026.02.0:
9
+
.. _whats-new.2026.03.0:
10
10
11
-
v2026.02.0 (unreleased)
11
+
v2026.03.0 (unreleased)
12
12
-----------------------
13
13
14
14
New Features
15
15
~~~~~~~~~~~~
16
16
17
+
18
+
Breaking Changes
19
+
~~~~~~~~~~~~~~~~
20
+
21
+
22
+
Deprecations
23
+
~~~~~~~~~~~~
24
+
25
+
26
+
Bug Fixes
27
+
~~~~~~~~~
28
+
29
+
30
+
Documentation
31
+
~~~~~~~~~~~~~
32
+
33
+
34
+
Internal Changes
35
+
~~~~~~~~~~~~~~~~
36
+
37
+
38
+
.. _whats-new.2026.02.0:
39
+
40
+
v2026.02.0 (Feb 13, 2026)
41
+
-------------------------
42
+
43
+
This release adds support for 1D coordinates in NDPointIndex for scattered point
44
+
indexing, switches all deprecation warnings to FutureWarning for better end-user
45
+
visibility, fixes silent data corruption when writing dask arrays to sharded Zarr
46
+
stores, and improves chunked array tokenization performance.
47
+
48
+
Thanks to the 11 contributors to this release:
49
+
Antonio Valentino, Chris Barker, Christine P. Chai, Deepak Cherian, Ewan Short, Harikrishna KP, Ian Hunt-Isaak, Julia Signell, Justus Magin, Kristian Kollsgård and Nick Hodgskin
50
+
51
+
New Features
52
+
~~~~~~~~~~~~
53
+
17
54
- Added ``max_concurrency`` parameter to :py:func:`open_datatree` to control
18
55
the maximum number of concurrent I/O operations when opening groups in parallel
19
56
with the Zarr backend (:pull:`10742`).
@@ -33,42 +70,77 @@ Breaking Changes
33
70
switches to using ``FutureWarning`` everywhere (:pull:`11112`).
34
71
By `Julia Signell <https://github.com/jsignell>`_.
35
72
36
-
Deprecations
37
-
~~~~~~~~~~~~
38
-
39
-
40
73
Bug Fixes
41
74
~~~~~~~~~
42
75
43
-
- Fix slicing with negative step (:issue:`11000` and:pull:`11044`).
76
+
- Fix slicing with negative step (:issue:`11000`,:pull:`11044`).
44
77
By `Antonio Valentino <https://github.com/avalentino>`_.
45
78
- Fix ``.plot`` error when using positional args with ``col`` and
46
-
``row`` (:issue:`11104` :pull:`11111`).
79
+
``row`` (:issue:`11104`,:pull:`11111`).
47
80
By `Julia Signell <https://github.com/jsignell>`_.
48
-
- Slightly amend `Xarray's Zarr Encoding Specification doc <https://docs.xarray.dev/en/latest/internals/zarr-encoding-spec.html>`_ for clarity, and provide a code comment in ``xarray.backends.zarr._get_zarr_dims_and_attrs`` referencing the doc (:issue:`8749` :pull:`11013`).
0 commit comments