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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ New Features
21
21
By `David Huard <https://github.com/huard>`_.
22
22
- Support comparing :py:class:`DataTree` objects with :py:func:`testing.assert_allclose` (:pull:`10887`).
23
23
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>`_.
24
27
25
28
Breaking Changes
26
29
~~~~~~~~~~~~~~~~
@@ -384,9 +387,6 @@ New Features
384
387
By `Matthew Willson <https://github.com/mjwillson>`_.
385
388
- Added exception handling for invalid files in :py:func:`open_mfdataset`. (:issue:`6736`)
386
389
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>`_.
0 commit comments