Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

66 lines (34 loc) · 2.76 KB

Changelog

2.0.4 (2022-06-21)

Bug Fixes

  • fix TypeScript export issue (4cba7a2), closes #18

2.0.3 (2019-12-06)

Bug Fixes

2.0.2 (2019-06-22)

Bug Fixes

  • ts: correct TypeScript definitions (f3346c4)
  • change algorithm to fix bug with some datasets (fc3e052)

2.0.1 (2019-06-02)

Bug Fixes

  • stop depending on BaseRegression (#13) (8be20a4)

2.0.0 (2019-05-01)

Bug Fixes

  • add missing fields to TS definitions (43fdf75)
  • include TS definitions in npm package (4c49609)

chore

  • update ml-matrix to 6.0.0 (4984850)

BREAKING CHANGES

  • Node.js 6 is no longer supported.

1.2.0 (2018-05-11)

Features

  • add option to make statistics calculations optional (#5) (59726a0)

1.1.0 (2018-02-16)

Features

  • add stats around the calculated betas to be able to interpret them (#2) (b2d395e)

1.0.1 (2017-07-21)

1.0.0 (2017-06-28)