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
+45-21Lines changed: 45 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,14 @@
6
6
What's New
7
7
==========
8
8
9
-
.. _whats-new.v2025.12.1:
9
+
.. _whats-new.2026.01.0:
10
10
11
-
v2025.12.1 (unreleased)
12
-
-----------------------
11
+
v2026.01.0 (Jan 28, 2026)
12
+
-------------------------
13
+
This release includes an improved DataTree HTML representation with collapsible groups and automatic truncation, easier selection on coordinates without explicit indexes, pandas 3 compatibility, and various bug fixes and performance improvements.
14
+
15
+
Thanks to the 25 contributors to this release:
16
+
Barron H. Henderson, Christine P. Chai, DHRUVA KUMAR KAUSHAL, David Bold, Davis Bennett, Deepak Cherian, Dhruva Kumar Kaushal, Florian Knappers, Ian Hunt-Isaak, Jacob Tomlinson, Joshua Gould, Julia Signell, Justus Magin, Lucas Colley, Mark Harfouche, Matthew, Maximilian Roos, Nick Hodgskin, Sakshee_D, Sam Levang, Samay Mehar, Simon Høxbro Hansen, Spencer Clark, Stephan Hoyer and knappersfy
13
17
14
18
New Features
15
19
~~~~~~~~~~~~
@@ -34,37 +38,33 @@ New Features
34
38
<https://github.com/hmaarrfk>`_.
35
39
- :py:func:`set_options` now supports an ``arithmetic_compat`` option which determines how non-index coordinates
36
40
of the same name are compared for potential conflicts when performing binary operations. The default for it is
37
-
``arithmetic_compat='minimal'`` which matches the existing behaviour.
41
+
``arithmetic_compat='minimal'`` which matches the existing behaviour (:pull:`10943`).
38
42
By `Matthew Willson <https://github.com/mjwillson>`_.
39
-
- Better ordering of coordinates when displaying Xarray objects. (:pull:`11098`).
43
+
- Better ordering of coordinates when displaying xarray objects (:pull:`11091`).
40
44
By `Ian Hunt-Isaak <https://github.com/ianhi>`_, `Julia Signell <https://github.com/jsignell>`_.
41
45
- Use ``np.dtypes.StringDType`` when reading Zarr string variables (:pull:`11097`).
42
46
By `Julia Signell <https://github.com/jsignell>`_.
43
47
44
48
Breaking Changes
45
49
~~~~~~~~~~~~~~~~
46
50
47
-
- Change the default value for ``chunk`` in ``open_zarr`` to ``_default`` and remove special mapping of ``"auto"``
48
-
to ``{}`` or ``None`` in ``open_zarr``. If ``chunks`` is not set, the default behavior is the same as before.
51
+
- Change the default value for ``chunk`` in :py:func:`open_zarr` to ``_default`` and remove special mapping of ``"auto"``
52
+
to ``{}`` or ``None`` in :py:func:`open_zarr`. If ``chunks`` is not set, the default behavior is the same as before.
49
53
Explicitly setting ``chunks="auto"`` will match the behavior of ``chunks="auto"`` in
0 commit comments