[SciPy-User] scipy.sparse.linalg.cg statistics?

Pauli Virtanen pav at iki.fi
Fri Oct 8 18:36:35 EDT 2010


Fri, 08 Oct 2010 14:56:35 -0700, Fernando Perez wrote:
[clip]
> /usr/lib/python2.6/dist-packages/numpy/lib/utils.py:108:
> DeprecationWarning: scipy.linalg.cg is deprecated, use
> scipy.sparse.linalg.cg
>   warnings.warn(str1, DeprecationWarning)
> 
> to simply indicating that the *name* is deprecated, but the actual
> function lives in the sparse library.  Since the function already
> accepts dense matrices just fine, indicating this should be enough.
> 
> I'm happy to make the changes if you agree.

Those functions are removed in 0.9, so I guess we're OK without changes.

	Pauli




More information about the SciPy-User mailing list