riptable icon indicating copy to clipboard operation
riptable copied to clipboard

Replace np.bool with np.bool_ (numpy 1.20)

Open tmcclintock opened this issue 4 years ago • 0 comments

Numpy 1.20 deprecated aliases of builtin types. np.bool (and maybe other aliases, idk) are used in a few places. This causes a ton of warnings to appear but can be fixed pretty easily by replacing np.bool with np.bool_.

tmcclintock avatar Feb 17 '21 00:02 tmcclintock