We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f8563 commit 30ce9beCopy full SHA for 30ce9be
doc/whats-new.rst
@@ -25,6 +25,8 @@ v2025.05.0 (unreleased)
25
New Features
26
~~~~~~~~~~~~
27
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>`_.
30
31
Breaking changes
32
~~~~~~~~~~~~~~~~
@@ -38,7 +40,6 @@ Bug fixes
38
40
~~~~~~~~~
39
41
- Fix :py:class:`~xarray.groupers.BinGrouper` when ``labels`` is not specified (:issue:`10284`).
42
By `Deepak Cherian <https://github.com/dcherian>`_.
-
43
- Allow accessing arbitrary attributes on Pandas ExtensionArrays.
44
45
0 commit comments