Skip to content

Releases: safwank/Numerix

v0.6.0

14 Apr 11:38
Compare
Choose a tag to compare
  • Add Elixir 1.10 support
  • Completely replace ExCheck with StreamData
  • Miscellaneous bug fixes

v0.5.1

27 May 04:11
Compare
Choose a tag to compare

The tensor API now validates the shape to make sure it's consistent.

v0.5.0

26 May 02:03
Compare
Choose a tag to compare

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

11 Feb 08:49
Compare
Choose a tag to compare

This minor update includes the following

  • Use final version of Flow
  • Fix Elixir 1.4 warnings
  • Other dev/test dependency updates

v0.4.1

13 Nov 08:17
Compare
Choose a tag to compare

Minor readability improvements

v0.4.0

07 Nov 11:00
Compare
Choose a tag to compare

Implement optimization using genetic algorithms

v0.3.0

01 Nov 08:35
Compare
Choose a tag to compare

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

20 Sep 23:19
Compare
Choose a tag to compare
  1. Linear regression
  2. MSE and RMSE

v0.1.0

28 Aug 07:47
Compare
Choose a tag to compare
  1. Linear algebra functions
  2. Kernel function (RBF)

v0.0.6

19 Jun 15:38
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  1. Descriptive statistics: kurtosis and skewness
  2. Window functions: Gaussian
  3. Distance: Jaccard