Skip to content

Commit 7c2f045

Browse files
committed
Add 0d slice documentation
1 parent d450d6c commit 7c2f045

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/whats-new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Enhancements
5656
- :py:meth:`DataArray.resample` and :py:meth:`Dataset.resample` now supports the
5757
``loffset`` kwarg just like Pandas.
5858
By `Deepak Cherian <https://github.com/dcherian>`_
59+
- 0d slices of ndarrays are now obtained directly through indexing, rather than
60+
extracting and wrapping a scalar, avoiding unnecessary copying. By `Daniel
61+
Wennberg <https://github.com/danielwe>`_.
5962

6063
Bug fixes
6164
~~~~~~~~~

0 commit comments

Comments
 (0)