Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 280 Bytes

18110.change.rst

File metadata and controls

5 lines (5 loc) · 280 Bytes

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.