Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 427 Bytes

17492.deprecation.rst

File metadata and controls

7 lines (6 loc) · 427 Bytes

Inexact matches for numpy.convolve and numpy.correlate are deprecated

numpy.convolve and numpy.correlate now emits a warning when there are case insensitive and/or inexact matches found for mode argument in the functions. Pass full "same", "valid", "full" strings instead of "s", "v", "f" for the mode argument.