Skip to content

Releases: RichardPatterson/midlines

v0.0.0.9002

18 Mar 16:27
b742d52
Compare
Choose a tag to compare

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

0.0.0.9001: Merge pull request #2 from RichardPatterson/devel

28 Jul 17:18
5fa6e92
Compare
Choose a tag to compare

Updated documentation and re-written readme.
Minor modification of code and removal of %>% pipe.

v0.0.0.9000

02 Dec 16:08
Compare
Choose a tag to compare

An initial release of the midlines package