- Fixed CRAN WARN issue by removing C++ requirement from description
- 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
- Fixed std::bind2nd deprecation warning.
- Fixed deprecation and comparison warnings, C++ 11 compatibility.
- Fixed vector overruns in RRA.
-
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.
-
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.
- CRAN submission bug fixes.
- Initial submission.