File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,20 @@ provider::
88
88
Recent Changes (ndarray)
89
89
------------------------
90
90
91
+ - 0.12.1 (not yet released)
92
+
93
+ - Add ``std_axis `` method for computing standard deviation by @LukeMathWalker.
94
+ - Add ``product `` method for computing product of elements in an array by @sebasv.
95
+ - Add ``sum `` method to replace ``scalar_sum ``, and deprecate ``scalar_sum ``.
96
+ - Add ``first `` and ``first_mut `` methods for getting the first element of an array.
97
+ - Add public ``ndim `` and ``zeros `` methods to ``Dimension `` trait.
98
+ - Relax constraints on ``sum_axis ``, ``mean_axis ``, and ``into_owned ``.
99
+ - Add number of dimensions (and whether its const or dynamic) to array ``Debug `` format.
100
+ - Fix soundness hole in ``remove_axis `` when removing zero-length axis.
101
+ - Implement ``Clone `` for ``LanesIter ``.
102
+ - Improve documentation.
103
+ - Miscellaneous internal implementation improvements.
104
+
91
105
- 0.12.0
92
106
93
107
- Add ``var_axis `` method for computing variance by @LukeMathWalker.
You can’t perform that action at this time.
0 commit comments