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

make RandomWalk kernel compatible with SciPy version >= 1.12.0 #112

Merged
merged 3 commits into from
Oct 24, 2024

Conversation

klausweinbauer
Copy link
Contributor

@klausweinbauer klausweinbauer commented Sep 22, 2024

This PR fixes #111. Deprecated argument tol in function scipy.sparse.linalg.cg was removed in version 1.14.0 [1]. Minimal compatible version of SciPy is now 1.12.0.

@klausweinbauer klausweinbauer changed the title make RandomWalk kernel compatible with ScyPi version >= 1.12.0 make RandomWalk kernel compatible with SciPy version >= 1.12.0 Sep 22, 2024
@ysig
Copy link
Owner

ysig commented Oct 17, 2024

Thank you @klausweinbauer
Could you please merge this with the other pull-request and make it backwards compatible?

@ysig ysig merged commit 6a9cebf into ysig:master Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RandomWalk kernel incompatible with SciPy version >=1.14.0
2 participants