Skip to content

Change numpy to python for `int`, `float` and `bool`.

Emanuele Roberto Nocera requested to merge numpy_deprecation_notices_types into master

Created by: scarlehoff

Following deprecation notices for np.int, np.float and np.bool which will be removed in 1.24. They were already aliases for the underlying python types.

Merge request reports

Loading