Skip to content

Commit 796ec7a

Browse files
committed
update what`s new
1 parent 31d1be2 commit 796ec7a

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
@@ -21,6 +21,9 @@ New Features
2121
By `David Huard <https://github.com/huard>`_.
2222
- Support comparing :py:class:`DataTree` objects with :py:func:`testing.assert_allclose` (:pull:`10887`).
2323
By `Justus Magin <https://github.com/keewis>`_.
24+
- 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`).
25+
``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.
26+
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
2427

2528
Breaking Changes
2629
~~~~~~~~~~~~~~~~
@@ -384,9 +387,6 @@ New Features
384387
By `Matthew Willson <https://github.com/mjwillson>`_.
385388
- Added exception handling for invalid files in :py:func:`open_mfdataset`. (:issue:`6736`)
386389
By `Pratiman Patel <https://github.com/pratiman-91>`_.
387-
- 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`).
388-
``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.
389-
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
390390

391391
Breaking changes
392392
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)