blob: d1ac7f044c2e19b98019c4722f98f55769b55769 (
plain)
1
2
3
4
5
6
|
``outer`` and ``ufunc.outer`` deprecated for matrix
---------------------------------------------------
``np.matrix`` use with `~numpy.outer` or generic ufunc outer
calls such as ``numpy.add.outer``. Previously, matrix was
converted to an array here. This will not be done in the future
requiring a manual conversion to arrays.
|