Skip to content

Commit e63246c

Browse files
committed
Update README with changes since 0.12.0
1 parent ca0034f commit e63246c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

+14
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,20 @@ provider::
8888
Recent Changes (ndarray)
8989
------------------------
9090

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+
91105
- 0.12.0
92106

93107
- Add ``var_axis`` method for computing variance by @LukeMathWalker.

0 commit comments

Comments
 (0)