8000 DOC: Mention support for the '@' operator in the 1.10 release notes. · numpy/numpy@9264b19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9264b19

Browse files
committed
DOC: Mention support for the '@' operator in the 1.10 release notes.
1 parent 5f8e6e8 commit 9264b19

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/release/1.10.0-notes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Highlights
1818
sequence of arrays along a new axis, complementing `np.concatenate` for
1919
joining along an existing axis.
2020
* Addition of `nanprod` to the set of nanfunctions.
21+
* Support for the '@' operator in Python 3.5.
2122

2223

2324
Dropped Support
@@ -153,6 +154,15 @@ vectors. An array of ``fweights`` indicates the number of repeats of each
153154
observation vector, and an array of ``aweights`` provides their relative
154155
importance or probability.
155156

157+
Support for the '@' operator in Python 3.5+
158+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159+
Python 3.5 adds support for a matrix multiplication operator '@' proposed
160+
in PEP465. Preliminary support for that has been implemented, and an
161+
equivalent function ``matmul`` has also been added for testing purposes and
162+
use in earlier Python versions. The function is preliminary and the order
163+
and number of its optional arguments can be expected to change.
164+
165+
156166
Improvements
157167
============
158168

0 commit comments

Comments
 (0)
0