diff --git a/doc/whats-new.rst b/doc/whats-new.rst index e4b2a06a3e7..67550522322 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -32,6 +32,9 @@ New Features `Tom Nicholas `_. - Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`). By `Eni Awowale `_. +- Support lazy grouping by dask arrays, and allow specifying groups with ``UniqueGrouper(labels=["a", "b", "c"])`` + (:issue:`2852`, :issue:`757`). + By `Deepak Cherian `_. Breaking changes ~~~~~~~~~~~~~~~~