We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f637c9 commit e92a39bCopy full SHA for e92a39b
doc/whats-new.rst
@@ -29,6 +29,8 @@ New Features
29
- Support lazy grouping by dask arrays, and allow specifying ordered groups with ``UniqueGrouper(labels=["a", "b", "c"])``
30
(:issue:`2852`, :issue:`757`).
31
By `Deepak Cherian <https://github.com/dcherian>`_.
32
+- Allow wrapping ``np.ndarray`` subclasses, e.g. ``astropy.units.Quantity`` (:issue:`9704`, :pull:`9760`).
33
+ By `Sam Levang <https://github.com/slevang>`_ and `Tien Vo <https://github.com/tien-vo>`_.
34
35
Breaking changes
36
~~~~~~~~~~~~~~~~
0 commit comments