seung-lab / euclidean-distance-transform-3d

Euclidean distance & signed distance transform for multi-label 3D anisotropic images using marching parabolas.
GNU General Public License v3.0
234 stars 37 forks source link

numpy 1.20 deprecation warning #32

Closed ma-sadeghi closed 3 years ago

ma-sadeghi commented 3 years ago

Hi! Numpy 1.20.1 throws deprecation warnings for the use of np.bool instead of bool.

william-silversmith commented 3 years ago

I'm setting up a new release (2.0.5). I have been looking into getting those 3.6 and 3.7 mac releases working via GHA, but it doesn't seem to like my directory structure + pbr. I've been thinking of simplifying it and removing the cpp directory anyway as it is fairly redundant but I want to retain the info in there as some people do use edt.hpp directly in their C++ projects.