Skip to content

Commit 398b8a4

Browse files
committed
update `whats new docs
1 parent b13af5f commit 398b8a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/whats-new.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ v2025.09.1 (unreleased)
1313
New Features
1414
~~~~~~~~~~~~
1515

16+
- Improved ``pydap`` backend behavior and performance when using :py:func:`open_dataset`, :py:func:`open_datatree` when downloading dap4 (opendap) data (:issue:`10628`, :pull:`10629`).
17+
``batch=True|False`` is a new ``backend_kwarg`` that further enables downloading multiple arrays in single response. In addition ``checksums`` is added as optional argument to be passed to ``pydap`` backend.
18+
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
1619
- :py:func:`DataTree.from_dict` now supports passing in ``DataArray`` and nested
1720
dictionary values, and has a ``coords`` argument for specifying coordinates as
1821
``DataArray`` objects (:pull:`10658`).
@@ -180,9 +183,6 @@ Alfonso Ladino, Brigitta Sipőcz, Claude, Deepak Cherian, Dimitri Papadopoulos O
180183
New Features
181184
~~~~~~~~~~~~
182185

183-
- Improved ``pydap`` backend behavior and performance when using :py:func:`open_dataset`, :py:func:`open_datatree` when downloading dap4 (opendap) data (:issue:`10628`, :pull:`10629`).
184-
``batch=True|False`` is a new ``backend_kwarg`` that further enables downloading multiple arrays in single response. In addition ``checksums`` is added as optional argument to be passed to ``pydap`` backend.
185-
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
186186
- Added :py:meth:`DataTree.prune` method to remove empty nodes while preserving tree structure.
187187
Useful for cleaning up DataTree after time-based filtering operations (:issue:`10590`, :pull:`10598`).
188188
By `Alfonso Ladino <https://github.com/aladinor>`_.

0 commit comments

Comments
 (0)