enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
292 stars 99 forks source link

MAINT: Use "bool" instead of deprecated "np.bool" #847

Closed rahulporuri closed 1 year ago

rahulporuri commented 1 year ago

This PR replaces np.bool with the built in bool

corranwebster commented 1 year ago

maint/* branches are protected, so I can't push changes to make the tests pass. I will close this and open a new PR.