Releases: safwank/Numerix
Releases · safwank/Numerix
v0.6.0
- Add Elixir 1.10 support
- Completely replace
ExCheck
with StreamData
- Miscellaneous bug fixes
v0.5.1
The tensor API now validates the shape to make sure it's consistent.
v0.5.0
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
This minor update includes the following
- Use final version of Flow
- Fix Elixir 1.4 warnings
- Other dev/test dependency updates
v0.4.1
Minor readability improvements
v0.4.0
Implement optimization using genetic algorithms
v0.3.0
Parallelised 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
- Linear regression
- MSE and RMSE
v0.1.0
- Linear algebra functions
- Kernel function (RBF)
v0.0.6
- Descriptive statistics: kurtosis and skewness
- Window functions: Gaussian
- Distance: Jaccard