@@ -4,7 +4,61 @@ Changelog
44
55KHIVA uses `Semantic Versioning <http://semver.org/ >`_
66
7+ Version 0.2.0
8+ =============
9+
10+ Added
11+ - KMeans algorithm.
12+ - KShape Algorithm.
13+ - Added Ljung-Box test.
14+ - Installation script for Windows.
15+ - SBD distance function.
16+ - Header checks in all header files from core library and bindings.
17+
18+ Changed
19+ - Implementation improvement of stomp function and find motifs and discords functions.
20+ - Readme and installation Guide have been improved.
21+
22+ Fixed
23+ - PAA method.
24+ - Crosscorrelation function to work with several time series.
25+ - Conan script to work with new conan version.
26+ - Documentation generator to work with new PIP version.
27+ - Cmake path for windows in installation guide.
728
829Version 0.1.0
9- ==============
10- - Initial version
30+ =============
31+
32+ Added
33+ - Binding for Matlab.
34+ - Statistics namespace.
35+ - Features namespace.
36+ - Dimensionality namespace.
37+ - Polynomial namespace.
38+ - LinAlg namespace.
39+ - Normalization namespace.
40+ - Regression namespace.
41+ - Regularization namespace.
42+ - Support for Windows and Linux (Ubuntu 16.04 LTS).
43+ - Documentation using breathe.
44+ - Async. memory management.
45+ - Operators for Khiva Arrays class for all bindings (Java, Python, C++, R)
46+
47+ Removed
48+ - Simplification namespace.
49+
50+ Version 0.0.1
51+ =============
52+
53+ Added
54+ - We have set Arrayfire as an abstraction layer to run on top of accelerators that are able to run OpenCL.
55+ - Implementation of STOMP method.
56+ - (Mueen's Algorithm for Similarity Search) MASS algorithm implementation.
57+ - Implementation of Simplification algorithms (Visvalingam and PIP).
58+ - Benchmarks Suite (based on Google Benchmark).
59+ - Test Suite (Google Test).
60+ - New Features Algorithms.
61+ - Binding for Python, R, Java.
62+ - Matrix namespace.
63+ - Distances namespace.
64+ - Simplification namespace.
0 commit comments