Skip to content

Commit 049ff2e

Browse files
committed
update `whats new docs
1 parent fc72d32 commit 049ff2e

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
@@ -49,6 +49,9 @@ Claude, Deepak Cherian, Dimitri Papadopoulos Orfanos, Dylan H. Morris, Emmanuel
4949
New Features
5050
~~~~~~~~~~~~
5151

52+
- 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`).
53+
``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.
54+
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
5255
- :py:func:`DataTree.from_dict` now supports passing in ``DataArray`` and nested
5356
dictionary values, and has a ``coords`` argument for specifying coordinates as
5457
``DataArray`` objects (:pull:`10658`).
@@ -229,9 +232,6 @@ Alfonso Ladino, Brigitta Sipőcz, Claude, Deepak Cherian, Dimitri Papadopoulos O
229232
New Features
230233
~~~~~~~~~~~~
231234

232-
- 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`).
233-
``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.
234-
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
235235
- Added :py:meth:`DataTree.prune` method to remove empty nodes while preserving tree structure.
236236
Useful for cleaning up DataTree after time-based filtering operations (:issue:`10590`, :pull:`10598`).
237237
By `Alfonso Ladino <https://github.com/aladinor>`_.

0 commit comments

Comments
 (0)