Releases: navis-org/skeletor
Version 1.3.0
Version 1.2.3
Fixes and issue with igraph >= 0.10.0
and TEASAR skeletonization.
Version 1.2.2
Fixes igraph dependency: the old python-igraph
(now just igraph
) was finally retired and throws an error on import.
Version 1.2.1
This version fixes a bug in Skeleton.get_graph
(also adds a new property `Skeleton.leafs).
Version 1.2.0
This release mainly improves skeletor.skeletonize.by_wavefront
but also adds a new method to get a graph representation of skeletons:
Skeleton.get_graph
. Also some under-the-hood improvements and bug fixes.
Version 1.1.0
This is a small release that adds a new method Skeleton.save_swc
to save skeletonization results to a SWC file.
Version 1.0.0
This is a major release that adds new skeletonization methods and refactors many of the existing functions. Please see the changelog for details.
Version 0.2.11
Myriads of improvements and small bug fixes.
0.2.0 release
- renamed package and repo:
skeletonizer
->skeletor
- new function to skeletonize (contracted) meshes:
skeletor.skeletonize