I am very interested in using iso, ring and other arguments. Currently I use
pip install sknw
Installing collected packages: sknw
Successfully installed sknw-0.14
but this does not seem to include iso
> nx_graph = sknw.build_sknw(skeleton_image, multi=True, iso=False, ring=True, full=True)
E TypeError: build_sknw() got an unexpected keyword argument 'iso'
Do I have to pull and build it locally?
(sknw is very useful to me and these additional features are just what I need)