Skip to content

Commit bf30ed3

Browse files
committed
update `whats new docs
1 parent 85ec17b commit bf30ed3

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
@@ -78,6 +78,9 @@ Claude, Deepak Cherian, Dimitri Papadopoulos Orfanos, Dylan H. Morris, Emmanuel
7878
New Features
7979
~~~~~~~~~~~~
8080

81+
- 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`).
82+
``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.
83+
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
8184
- :py:func:`DataTree.from_dict` now supports passing in ``DataArray`` and nested
8285
dictionary values, and has a ``coords`` argument for specifying coordinates as
8386
``DataArray`` objects (:pull:`10658`).
@@ -258,9 +261,6 @@ Alfonso Ladino, Brigitta Sipőcz, Claude, Deepak Cherian, Dimitri Papadopoulos O
258261
New Features
259262
~~~~~~~~~~~~
260263

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

0 commit comments

Comments
 (0)