-
Notifications
You must be signed in to change notification settings - Fork 30
/
CHANGELOG
62 lines (53 loc) · 1.98 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.2.0] - 2019-02-18
### Added
- KMeans algorithm.
- KShape Algorithm.
- Added Ljung-Box test.
- Installation script for Windows.
- SBD distance function.
- Header checks in all header files from core library and bindings.
### Changed
- Implementation improvement of stomp function and find motifs and discords functions.
- Readme and installation Guide have been improved.
### Fixed
- PAA method.
- Crosscorrelation function to work with several time series.
- Conan script to work with new conan version.
- Documentation generator to work with new PIP version.
- Cmake path for windows in installation guide.
## [0.1.0] - 2018-06-06
### Added
- Binding for Matlab.
- Statistics namespace.
- Features namespace.
- Dimensionality namespace.
- Polynomial namespace.
- LinAlg namespace.
- Normalization namespace.
- Regression namespace.
- Regularization namespace.
- Support for Windows and Linux (Ubuntu 16.04 LTS).
- Documentation using breathe.
- Async. memory management.
- Operators for Khiva Arrays class for all bindings (Java, Python, C++, R)
### Removed
- Simplification namespace.
## [0.0.1] - 2018-03-03
### Added
- We have set Arrayfire as an abstraction layer to run on top of accelerators that are able to run OpenCL.
- Implementation of STOMP method.
- (Mueen's Algorithm for Similarity Search) MASS algorithm implementation.
- Implementation of Simplification algorithms (Visvalingam and PIP).
- Benchmarks Suite (based on Google Benchmark).
- Test Suite (Google Test).
- New Features Algorithms.
- Binding for Python, R, Java.
- Matrix namespace.
- Distances namespace.
- Simplification namespace.
[Unreleased]: https://github.com/Shapelets/Khiva/branch/develop
[0.0.1]: https://github.com/Shapelets/Khiva/branches/compare/develop%0Dv0.0.1.0