Skip to content

Commit

Permalink
DOC: Mention support for the '@' operator in the 1.10 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Jun 5, 2015
1 parent 91e8cd2 commit 24fcc25
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/release/1.10.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Highlights
sequence of arrays along a new axis, complementing `np.concatenate` for
joining along an existing axis.
* Addition of `nanprod` to the set of nanfunctions.
* Support for the '@' operator in Python 3.5.


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

Support for the '@' operator in Python 3.5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Python 3.5 adds support for a matrix multiplication operator '@' proposed
in PEP465. Preliminary support for that has been implemented, and an
equivalent function ``matmul`` has also been added for testing purposes and
use in earlier Python versions. The function is preliminary and the order
and number of its optional arguments can be expected to change.


Improvements
============

Expand Down

0 comments on commit 24fcc25

Please sign in to comment.