Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 343 Bytes

20000.deprecation.rst

File metadata and controls

5 lines (5 loc) · 343 Bytes

Passing boolean kth values to (arg-)partition has been deprecated

~numpy.partition and ~numpy.argpartition would previously accept boolean values for the kth parameter, which would subsequently be converted into integers. This behavior has now been deprecated.