Skip to content

Commit 8d66134

Browse files
committed
Update changelog in README
1 parent a1621f3 commit 8d66134

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,11 @@ Recent Changes (ndarray)
9191
- 0.12.0 (not yet released)
9292

9393
- Add ``var_axis`` method for computing variance by @LukeMathWalker.
94+
- Add ``map_mut`` and ``map_axis_mut`` methods (mutable variants of ``map`` and ``map_axis``) by @LukeMathWalker.
9495
- Add support for 128-bit integer scalars (``i128`` and ``u128``).
9596
- Add support for slicing with inclusive ranges (``start..=end`` and ``..=end``).
97+
- Relax constraint on closure from ``Fn`` to ``FnMut`` for ``mapv``, ``mapv_into``, ``map_inplace`` and ``mapv_inplace``.
98+
- Implement ``TrustedIterator`` for ``IterMut``.
9699
- Bump ``num-traits`` and ``num-complex`` to version ``0.2``.
97100
- Bump ``blas-src`` to version ``0.2``.
98101
- Bump minimum required Rust version to 1.27.

0 commit comments

Comments
 (0)