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 723ae8e commit edf7d0bCopy full SHA for edf7d0b
README.rst
@@ -94,6 +94,8 @@ Recent Changes (ndarray)
94
safe reference counting just like ``Arc``; this means that shared ownership
95
arrays are now ``Send/Sync`` if the corresponding element type is ``Send
96
+ Sync``.
97
+ - Add array method ``.permute_axes()`` by @jturner314
98
+ - Add array constructor ``Array::ones`` by @ehsanmok
99
- Add the method ``.reborrow()`` to ``ArrayView/Mut``, which can be used
100
to shorten the lifetime of an array view; in a reference-like type this
101
normally happens implicitly but for technical reasons the views have
0 commit comments