riptable
riptable copied to clipboard
Replace np.bool with np.bool_ (numpy 1.20)
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_.