Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: allow long indices of sparse matrix with umfpack in spsolve() #6085

Merged
merged 1 commit into from
Apr 22, 2016

Conversation

rc
Copy link
Contributor

@rc rc commented Apr 21, 2016

I am updating scikit-umfpack [1] for matrices with long (int64) indices (work in progress), so this PR is going to be needed to be able to use that feature from scipy.

[1] https://github.com/scikit-umfpack/scikit-umfpack/

@codecov-io
Copy link

@@            master   #6085   diff @@
======================================
  Files          238     238       
  Stmts        43863   43865     +2
  Branches      8218    8218       
  Methods          0       0       
======================================
+ Hit          34293   34294     +1
  Partial       2603    2603       
- Missed        6967    6968     +1

Review entire Coverage Diff as of a6a5159

Powered by Codecov. Updated on successful CI builds.

@perimosocordiae perimosocordiae merged commit 3d2e725 into scipy:master Apr 22, 2016
@perimosocordiae
Copy link
Member

Seems reasonable, merged.

@rc
Copy link
Contributor Author

rc commented Apr 22, 2016

Thanks!

@pv pv added this to the 0.18.0 milestone Apr 23, 2016
@rgommers rgommers added scipy.sparse.linalg maintenance Items related to regular maintenance tasks labels May 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.sparse.linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants