pybasicbayes
pybasicbayes copied to clipboard
Problem with new Scipy
The pybasicbayes doesn't work with new version of scipy. You need to change the from scipy.misc import logsumexp to from scipy.special import logsumexp
In case others are encountering this -- this issue seems to have been resolved by commit 61f65ad6c781288605ec5f7347efcc5dbd73c4fc , but has not been pushed to pypi yet.
Pypi still hasn't updated as far as I can tell. Odd.
!pip install --upgrade git+https://github.com/mattjj/pybasicbayes.git
for the win!