Closed jgosmann closed 6 years ago
Missed this email. Thanks for catching. @psipeter says reverting to scipy 0.19.x fixed the issue for now.
Note: This was not supposed to break backwards compatibility. The release notes for SciPy 1.0.0 state "The old name is kept for backwards-compatibility." however they forgot to expose that alias via __all__
. This has been fixed by https://github.com/scipy/scipy/pull/8082 and merged into scipy master. I will still add a work-around for the time being.
FYI this is fixed in release 0.4.1.
I'm getting an import error for
from nengolib.synapses import ss2sim
on Mac OS with Scipy 1.0.0 (and Python 3.6.3):