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 55377af commit 0f81cc7Copy full SHA for 0f81cc7
README.rst
@@ -79,6 +79,13 @@ How to use with cargo::
79
Recent Changes (ndarray)
80
------------------------
81
82
+- 0.8.4
83
+
84
+ - Use ``Zip`` in ``.all_close()`` (performance improvement)
85
+ - Use ``#[inline]`` on a function used for higher dimensional checked
86
+ indexing (performance improvement for arrays of ndim >= 3)
87
+ - ``.subview()`` has a more elaborate panic message
88
89
- 0.8.3
90
91
- Fix a bug in ``Zip`` / ``NdProducer`` if an array of at least 3 dimensions
0 commit comments