Skip to content

Commit 30ce9be

Browse files
committed
whatsnew
1 parent f8f8563 commit 30ce9be

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
@@ -25,6 +25,8 @@ v2025.05.0 (unreleased)
2525
New Features
2626
~~~~~~~~~~~~
2727

28+
- Added new asynchronous loading methods :py:meth:`~xarray.Dataset.load_async`, :py:meth:`~xarray.DataArray.load_async`, :py:meth:`~xarray.Variable.load_async`.
29+
(:issue:`10326`, :pull:`10327`) By `Tom Nicholas <https://github.com/TomNicholas>`_.
2830

2931
Breaking changes
3032
~~~~~~~~~~~~~~~~
@@ -38,7 +40,6 @@ Bug fixes
3840
~~~~~~~~~
3941
- Fix :py:class:`~xarray.groupers.BinGrouper` when ``labels`` is not specified (:issue:`10284`).
4042
By `Deepak Cherian <https://github.com/dcherian>`_.
41-
4243
- Allow accessing arbitrary attributes on Pandas ExtensionArrays.
4344
By `Deepak Cherian <https://github.com/dcherian>`_.
4445

0 commit comments

Comments
 (0)