Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.19 KB

File metadata and controls

46 lines (30 loc) · 1.19 KB

Version 1.2.1

  • Fixed CRAN WARN issue by removing C++ requirement from description

Version 1.2.0

  • Fixed blocking C++ issues with RcppArmaddillo
  • Removed hard requirement for C++ 11
  • Fixed R exports into the namespace
  • Fixed occasional RRA discord exception when hitting outside of interval
  • Fixed broken tests
  • Improved some code for efficiency

Version 1.1.1

  • Fixed std::bind2nd deprecation warning.

Version 1.1.0

  • Fixed deprecation and comparison warnings, C++ 11 compatibility.

Version 1.0.3

  • Fixed vector overruns in RRA.

Version 1.0.2.9000

  • Pre-release development version.

  • Added the Re-Pair grammatical inference algorithm implementation.

  • Added grammatical "rule coverage" curve implementation facilitating a time series anomaly discovery.

  • Added RRA (Rare Rule Anomaly) algorithm implementation for grammar-based variable length time series anomaly discovery.

Version 1.0.2

  • Added the HOT-SAX time series discord finding algorithm implementation.

  • Added the brute-force time series discord finding algorithm implementation based on the early-abandoning Euclidean distance.

Version 1.0.1

  • CRAN submission bug fixes.

Version 1.0.0

  • Initial submission.