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
+50-12Lines changed: 50 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,16 @@ What's New
8
8
9
9
.. _whats-new.2026.02.0:
10
10
11
-
v2026.02.0 (unreleased)
12
-
-----------------------
11
+
v2026.02.0 (Feb 13, 2026)
12
+
-------------------------
13
+
14
+
This release adds support for 1D coordinates in NDPointIndex for scattered point
15
+
indexing, switches all deprecation warnings to FutureWarning for better end-user
16
+
visibility, fixes silent data corruption when writing dask arrays to sharded Zarr
17
+
stores, and improves chunked array tokenization performance.
18
+
19
+
Thanks to the 10 contributors to this release:
20
+
Antonio Valentino, Chris Barker, Christine P. Chai, Deepak Cherian, Ewan Short, Ian Hunt-Isaak, Julia Signell, Justus Magin, Nick Hodgskin and Kristian Kollsgård
13
21
14
22
New Features
15
23
~~~~~~~~~~~~
@@ -29,44 +37,74 @@ Breaking Changes
29
37
switches to using ``FutureWarning`` everywhere (:pull:`11112`).
30
38
By `Julia Signell <https://github.com/jsignell>`_.
31
39
32
-
Deprecations
33
-
~~~~~~~~~~~~
34
-
35
-
36
40
Bug Fixes
37
41
~~~~~~~~~
38
42
39
-
- Fix slicing with negative step (:issue:`11000` and:pull:`11044`).
43
+
- Fix slicing with negative step (:issue:`11000`,:pull:`11044`).
40
44
By `Antonio Valentino <https://github.com/avalentino>`_.
41
45
- Fix ``.plot`` error when using positional args with ``col`` and
42
-
``row`` (:issue:`11104` :pull:`11111`).
46
+
``row`` (:issue:`11104`,:pull:`11111`).
43
47
By `Julia Signell <https://github.com/jsignell>`_.
44
-
- 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