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

scipy.misc.logsumexp is deprecated #501

Closed
wesselb opened this issue May 17, 2019 · 6 comments
Closed

scipy.misc.logsumexp is deprecated #501

wesselb opened this issue May 17, 2019 · 6 comments

Comments

@wesselb
Copy link

wesselb commented May 17, 2019

scipy.misc.logsumexp, used here, is deprecated (see here), and currently yields an AttributeError if AutoGrad is imported with the latest version of SciPy. Simply changing the import to scipy.special.logsumexp should be sufficient (see here).

@rgiordan
Copy link

rgiordan commented Jun 4, 2019

Looks like this was fixed in 4ec5aed?

@j-towns
Copy link
Collaborator

j-towns commented Jun 4, 2019

Indeed it was, if you can install Autograd from the github master branch please do. I’m gonna contact someone to see if we can get an update pushed to PyPI and gonna close this for now since it has been fixed in master.

@slinderman
Copy link

Any update on when this change will make it into PyPI? It has been breaking my Travis checks on one of my repo's for the past few months.

@mattjj
Copy link
Contributor

mattjj commented Jul 26, 2019

Sorry for being so slow to update! Yesterday we updated the pypi package to 1.3.

@slinderman
Copy link

slinderman commented Jul 26, 2019 via email

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

No branches or pull requests

6 participants