pulsarpputils.py: import logsumexp from scipy.special to be compatible newer versions of scipy
Description
In the latest version of scipy (and all versions from 1.0.0) the logsumexp
function lives in the special
module, rather than the previous misc
module.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
Edited by Ghost User