Skip to content

stream_1.5-1

Compare
Choose a tag to compare
@mhahsler mhahsler released this 10 May 19:01
· 111 commits to master since this release

Changes

  • Removed registry in favor of using R Studio auto-complete.
  • Outlier detectors are now in class DSOutlier class.
  • We use now roxygen2 for man pages.
  • Abstract classes now have constructors.

Bug Fixes

  • Fixed typo in BIRCH interface: treshold -> threshold (by dinarior)