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 d450d6c commit 7c2f045Copy full SHA for 7c2f045
doc/whats-new.rst
@@ -56,6 +56,9 @@ Enhancements
56
- :py:meth:`DataArray.resample` and :py:meth:`Dataset.resample` now supports the
57
``loffset`` kwarg just like Pandas.
58
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>`_.
62
63
Bug fixes
64
~~~~~~~~~
0 commit comments