As of 5757f365e0c68666c50e2d3f2dc46e72a0e85b2a, the numpy.matrix type has been superseded with numpy.ndarray. The pull request deletes all obsolete code that refers to the avoidable numpy.matrix type and related numpy functions (matrix, asmatrix). Code comments has been updated accordingly.
As of 5757f365e0c68666c50e2d3f2dc46e72a0e85b2a, the
numpy.matrix
type has been superseded withnumpy.ndarray
. The pull request deletes all obsolete code that refers to the avoidablenumpy.matrix
type and relatednumpy
functions (matrix
,asmatrix
). Code comments has been updated accordingly.