Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/api/dataarray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Aggregation
DataArray.min
DataArray.mean
DataArray.median
DataArray.nunique
DataArray.prod
DataArray.sum
DataArray.std
Expand Down
1 change: 1 addition & 0 deletions doc/api/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Aggregation
Dataset.min
Dataset.mean
Dataset.median
Dataset.nunique
Dataset.prod
Dataset.sum
Dataset.std
Expand Down
1 change: 1 addition & 0 deletions doc/api/datatree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ Aggregate data in all nodes in the subtree simultaneously.
DataTree.min
DataTree.mean
DataTree.median
DataTree.nunique
DataTree.prod
DataTree.sum
DataTree.std
Expand Down
4 changes: 4 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ New Features
- :py:func:`combine_nested` now support :py:class:`DataTree` objects
(:pull:`10849`).
By `Stephan Hoyer <https://github.com/shoyer>`_.
- Add :py:func:`nunique` reduction function (:issue:`9548`), which behaves like
:py:func:`pandas.DataFrame.nunique` applied along specific dimensions.
By `Ewan Short <https://github.com/eshort0401>`_.


Breaking Changes
~~~~~~~~~~~~~~~~
Expand Down
Loading
Loading