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 857c783 commit 57e94b6Copy full SHA for 57e94b6
doc/whats-new.rst
@@ -55,6 +55,9 @@ New Features
55
- :py:meth:`DataArray.swap_dims` & :py:meth:`Dataset.swap_dims` now accept dims
56
in the form of kwargs as well as a dict, like most similar methods.
57
By `Maximilian Roos <https://github.com/max-sixty>`_.
58
+- Add :py:func:`apply_to_dataset` as a way to apply functions expecting
59
+ :py:class:`Dataset` objects to :py:class:`DataArray` objects (:issue:`4837`, :pull:`4863`).
60
+ By `Justus Magin <https://github.com/keewis>`_.
61
62
Bug fixes
63
~~~~~~~~~
0 commit comments