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
Recently released SciPy 1.14.0+ (release note) includes updates to scipy.sparse, such as the removal of deprecated functions (e.g., scipy.sparse.csr_matrix.A), which cause errors in linear code. For example,
Recently released SciPy 1.14.0+ (release note) includes updates to
scipy.sparse
, such as the removal of deprecated functions (e.g., scipy.sparse.csr_matrix.A), which cause errors in linear code. For example,LibMultiLabel/libmultilabel/linear/linear.py
Line 72 in 3d40d14
A thorough review of our code related to the SciPy API is necessary in the near future. We've created a hotfix in PR #8.
The text was updated successfully, but these errors were encountered: