Skip to content

v0.0.0.9002

Latest
Compare
Choose a tag to compare
@RichardPatterson RichardPatterson released this 18 Mar 16:27
b742d52

midlines v0.0.0.9002

  • removed dplyr dependency
  • added igraph dependency
  • replaced wonky bespoke code that grouped intersecting lines with igraph function. This effects midlines_group(), midlines_check(), midlines_dedensify(), midlines_debit(), midlines_smooth(). The new code is ~2.5x fast than the previous version.
  • Vignette added