notmatthancock / pylidc

An object relational mapping for the LIDC dataset using sqlalchemy.
https://pylidc.github.io
Other
105 stars 41 forks source link

fix skimage.measure marching_cubes_lewiner import error #50

Closed yulinfeng000 closed 2 years ago

yulinfeng000 commented 2 years ago

Since scikit-image 0.19.0 they removed marching_cubes_lewiner function and use skimage.measure.marching_cubes instead,so i update the code to fix it and add some compatity for skimage's old version

notmatthancock commented 2 years ago

I appreciate the fix!

notmatthancock commented 2 years ago

I did a micro release with the update. 0.2.3 is live on pip now.