giotto-ai / giotto-tda

A high-performance topological machine learning toolbox in Python
https://giotto-ai.github.io/gtda-docs
Other
858 stars 175 forks source link

Replace np.int, np.bool and np.float with python builtins following deprecation in numpy 1.20 #562

Closed ulupo closed 3 years ago

ulupo commented 3 years ago

Types of changes

Description Starting with numpy 1.20, np.int, np.float and np.bool should be replaced by the Python builtin counterparts.

Checklist