All Versions
11
Latest Version
Avg Release Cycle
140 days
Latest Release
1473 days ago

Changelog History
Page 1

  • v0.6.0 Changes

    April 14, 2020
    • โž• Add Elixir 1.10 support
    • Completely replace ExCheck with StreamData
    • ๐Ÿ›  Miscellaneous bug fixes
  • v0.5.1 Changes

    May 27, 2018

    The 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, 2016

    Minor readability improvements

  • v0.4.0 Changes

    November 07, 2016

    Implement optimization using genetic algorithms

  • v0.3.0 Changes

    November 01, 2016

    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 Changes

    September 20, 2016
    1. Linear regression
    2. MSE and RMSE
  • v0.1.0 Changes

    August 28, 2016
    1. Linear algebra functions
    2. Kernel function (RBF)
  • v0.0.6 Changes

    June 19, 2016
    1. Descriptive statistics: kurtosis and skewness
    2. Window functions: Gaussian
    3. Distance: Jaccard