CamDavidsonPilon / autograd-gamma

NotImplementedError: VJP of gammainc wrt argnum 0 not defined
MIT License
15 stars 4 forks source link

logsumexp is now in scipy.special (not scipy.misc) #7

Closed cristobaltapia closed 5 years ago

cristobaltapia commented 5 years ago

At least in scipy v1.3.0 (latest) the function logsumexp is in scipy.special [1]

[1] https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.logsumexp.html?highlight=logsumexp#scipy.special.logsumexp

cristobaltapia commented 5 years ago

Sorry, this is a problem with autograd, not here