Skip to content

Latest commit

 

History

History
152 lines (65 loc) · 5.12 KB

CHANGELOG.md

File metadata and controls

152 lines (65 loc) · 5.12 KB

Changelog

4.1.3 (2023-09-30)

Documentation

  • add linear regression example (566796d), closes #51

4.1.2 (2023-04-11)

Bug Fixes

  • types: make initialValues mandatory (e84062a)

4.1.1 (2023-04-11)

Bug Fixes

4.1.0 (2022-02-28)

Features

  • implement checkpoint to keep optimal solution (373f66e)

Bug Fixes

4.0.0 (2022-01-21)

⚠ BREAKING CHANGES

  • convert default export to named export
  • remove support for Node.js 10

Miscellaneous Chores

  • remove support for Node.js 10 (6b20499)

Code Refactoring

  • convert default export to named export (1767ee5)

3.1.1 (2021-03-24)

Bug Fixes

3.1.0 (2020-12-20)

Features

  • timeout option to avoid long executions (#35) (287051c)

Bug Fixes

  • change timeout calculation (8aa9c2d)

3.0.1 (2020-12-03)

Bug Fixes

  • rename History to CHANGELOG (1e5a95e)

3.0.0 (2020-12-03)

Features

  • gradientDifference can now be in array (fd9e4cb), closes #32

2.1.1 (2020-03-16)

2.1.0 (2020-03-03)

Bug Fixes

Features

2.0.0 (2019-06-29)

Bug Fixes

  • pluralize min/maxValues parameters & update README (#20) (afbbd90)
  • returns on NaN (4d61879)

chore

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

BREAKING CHANGES

  • Node.js 6 is no longer supported.

1.0.3 (2018-02-07)

Bug Fixes

1.0.2 (2018-02-07)

1.0.1 (2017-07-21)

1.0.0 (2017-02-22)

Features

  • check that the data has the correct format (f2a2e87)
  • initial commit (fdc5504)