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

Use `bool` instead of deprecated `np.bool` #852

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

This PR replaces np.bool with the built in bool, was originally #847 but branch name was problematic.