You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions like scipy.special.psi now always upcast to float64, even if the input is a low precision integer like int8. We need to handle these types, but:
float64 may be a bit too wasteful
We can't have the dtype depend on the scipy version, and lower pinning to 1.14.0 may be too restrictive?