Skip to content

v0.4.3

Latest
Compare
Choose a tag to compare
@francois-drielsma francois-drielsma released this 02 May 22:38
· 10 commits to develop since this release
c1d12f5

What's Changed

Time savings in multiple locations:

  • Overhauled spine.utils.numba_local into spine.math
  • Vectorized form_clusters
  • Sped up cluster breaking in label adapter
  • In label adapter, moved from knn based adaptation to pure cdist (quicker)
  • Faster orphan assignment routine
  • Faster DBSCAN and connected components routine
  • Much quicker cluster-restricted PPN loss

Minor bug fixes:

  • Enable loading lite versions of objects
  • Add option to lexsort coordinates in the sparse3d parser
  • Corner case fix in the segmentation evaluation tool
  • Flip end direction of particles to align with particle direction of travel

Full Changelog: v0.4.2...v0.4.3