Skip to content

Commit edf7d0b

Browse files
committed
DOC: Update relnote for 0.11.2
1 parent 723ae8e commit edf7d0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Recent Changes (ndarray)
9494
safe reference counting just like ``Arc``; this means that shared ownership
9595
arrays are now ``Send/Sync`` if the corresponding element type is ``Send
9696
+ Sync``.
97+
- Add array method ``.permute_axes()`` by @jturner314
98+
- Add array constructor ``Array::ones`` by @ehsanmok
9799
- Add the method ``.reborrow()`` to ``ArrayView/Mut``, which can be used
98100
to shorten the lifetime of an array view; in a reference-like type this
99101
normally happens implicitly but for technical reasons the views have

0 commit comments

Comments
 (0)