Skip to content

Commit f59b57d

Browse files
committed
include checksums optional argument in whats-new
1 parent 73aa5a1 commit f59b57d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/whats-new.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ New Features
239239
By `Matthew Willson <https://github.com/mjwillson>`_.
240240
- Added exception handling for invalid files in :py:func:`open_mfdataset`. (:issue:`6736`)
241241
By `Pratiman Patel <https://github.com/pratiman-91>`_.
242-
- 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`). ``batch=True|False`` is a new ``backend_kwarg`` that further enables downloading multiple arrays in single response.
242+
- 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`).
243+
``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.
243244
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
244245

245246
Breaking changes

0 commit comments

Comments
 (0)