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
numpy.piecewise output class now matches the input class
When numpy.ndarray subclasses are used on input to numpy.piecewise,
they are passed on to the functions. The output will now be of the
same subclass as well.