Skip to content

Latest commit

 

History

History
119 lines (54 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

119 lines (54 loc) · 2.83 KB

5.0.0 (2019-06-29)

chore

  • update dependencies and remove support for Node.js 6 (e1296b1)

BREAKING CHANGES

  • Node.js 6 is no longer supported

6.0.0 (2024-05-03)

⚠ BREAKING CHANGES

  • throw error if insufficient number of points

Features

  • throw error if insufficient number of points (00eb422)

4.4.2 (2017-07-21)

4.4.1 (2017-06-29)

4.4.0 (2017-06-28)

Bug Fixes

Features

  • add MultivariateLinearRegression (152478f)

4.3.0 (2017-06-22)

Features

  • add RobustPolynomialRegression (dffb44c)

4.2.1 (2017-04-25)

4.2.0 (2016-10-21)

4.1.1 (2016-09-21)

Bug Fixes

4.1.0 (2016-09-21)

Features

  • theil-sen-regression: add Theil-Sen regression and his test (69517b2)

4.0.1 (2016-08-16)

Features

1.1.1 / 2015-11-21

  • fix(KRR): prediction function is now working

1.1.0 / 2015-11-19

  • Add Kernel Ridge Regression
  • SLR: add toString method
  • SLR: add computeX method

1.0.0 / 2015-09-07

  • first release