All Versions
11
Latest Version
Avg Release Cycle
140 days
Latest Release
1838 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.0 Changes
April 14, 2020- โ Add Elixir 1.10 support
- Completely replace
ExCheck
withStreamData
- ๐ Miscellaneous bug fixes
-
v0.5.1 Changes
May 27, 2018The tensor API now validates the shape to make sure it's consistent.
-
v0.5.0 Changes
May 26, 2018๐ This release includes a new Tensor API that uses Flow to compute certain things in parallel. It also allows you to use existing functions with Tensors while maintaining backwards compatibility with plain old lists.
-
v0.4.2 Changes
February 11, 2017โก๏ธ This minor update includes the following
- ๐ Use final version of Flow
- ๐ Fix Elixir 1.4 warnings
- โก๏ธ Other dev/test dependency updates
-
v0.4.1 Changes
November 13, 2016Minor readability improvements
-
v0.4.0 Changes
November 07, 2016Implement optimization using genetic algorithms
-
v0.3.0 Changes
November 01, 2016Parallelised a number of functions using
GenStage Flow
to achieve speedups of up to 2x. This also means- the same functions are slightly slower for small datasets
- the minimum Elixir version has been bumped to 1.3 due to the dependency on
GenStage
-
v0.2.0 Changes
September 20, 2016- Linear regression
- MSE and RMSE
-
v0.1.0 Changes
August 28, 2016- Linear algebra functions
- Kernel function (RBF)
-
v0.0.6 Changes
June 19, 2016- Descriptive statistics: kurtosis and skewness
- Window functions: Gaussian
- Distance: Jaccard