You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions as_dcm and from_dcm in Scipy have been renamed to as_matrix and from_matrix as of Scipy 1.4. The old functions have been removed as of Scipy 1.6.
The functions
as_dcm
andfrom_dcm
in Scipy have been renamed toas_matrix
andfrom_matrix
as of Scipy 1.4. The old functions have been removed as of Scipy 1.6.https://github.com/scipy/scipy/blob/5f4c4d802e5a56708d86909af6e5685cd95e6e66/doc/release/1.4.0-notes.rst#scipy-deprecations
Could you update these function calls or would you accept a PR?
Thanks!
The text was updated successfully, but these errors were encountered: