Skip to content

Releases: mljs/nnls

v3.0.1

06 Oct 10:27
a2f7d12
Compare
Choose a tag to compare

3.0.1 (2023-10-06)

Bug Fixes

  • single letter output and rephrase readme (#10) (37bfa70)

v3.0.0

05 Oct 11:20
dd934c1
Compare
Choose a tag to compare

3.0.0 (2023-10-05)

⚠ BREAKING CHANGES

  • new output type, and error if max iterations is reached

Code Refactoring

  • new output type, and error if max iterations is reached (4125773)

v2.0.2

29 Sep 15:35
db3f002
Compare
Choose a tag to compare

2.0.2 (2023-09-29)

Bug Fixes

  • export interface, add docs to gitignore (d35a47c)
  • update workflow and export interface (#6) (8a207fe)

Documentation

v2.0.1

29 Sep 15:07
491d7e5
Compare
Choose a tag to compare

2.0.1 (2023-09-28)

Bug Fixes

v2.0.0

28 Sep 14:45
43a43c2
Compare
Choose a tag to compare

2.0.0 (2023-09-28)

⚠ BREAKING CHANGES

  • return a simple MSE

Features

Bug Fixes

  • operation in place was messing up with result. (d5d0f32)

v1.1.0

28 Sep 00:40
c452bd0
Compare
Choose a tag to compare

1.1.0 (2023-09-28)

Features

  • allow users to pass intercept not at zero. (207028b)

v1.0.1

07 Aug 03:05
7cb7409
Compare
Choose a tag to compare

1.0.1 (2023-08-07)

Bug Fixes

  • Code internals and tests. No api changes (05dbbe5)

v1.0.0

03 Aug 19:27
e5d9d32
Compare
Choose a tag to compare

1.0.0 (2023-08-03)

Features