Skip to content

Releases: navis-org/skeletor

Version 1.3.0

31 Mar 10:56
Compare
Choose a tag to compare

New post-processing methods:

  • skeletor.post.smooth to smooth the skeleton
  • skeletor.post.despike remove spikes from skeleton
  • skeletor.post.remove_bristles to remove single-node bristles from the skeleton

Version 1.2.3

09 Nov 15:14
Compare
Choose a tag to compare

Fixes and issue with igraph >= 0.10.0 and TEASAR skeletonization.

Version 1.2.2

09 Nov 14:49
Compare
Choose a tag to compare

Fixes igraph dependency: the old python-igraph (now just igraph) was finally retired and throws an error on import.

Version 1.2.1

09 Jun 09:56
Compare
Choose a tag to compare

This version fixes a bug in Skeleton.get_graph (also adds a new property `Skeleton.leafs).

Version 1.2.0

03 Apr 20:52
Compare
Choose a tag to compare

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

26 Jul 21:44
Compare
Choose a tag to compare

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

20 Apr 08:41
Compare
Choose a tag to compare

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

09 Nov 17:02
Compare
Choose a tag to compare

Myriads of improvements and small bug fixes.

0.2.0 release

11 Jul 13:38
Compare
Choose a tag to compare
  • renamed package and repo: skeletonizer -> skeletor
  • new function to skeletonize (contracted) meshes: skeletor.skeletonize