Skip to content

Releases: cmnemoi/cmnemoi-learn

v0.5.0

14 Nov 22:25

Choose a tag to compare

v0.5.0 (2023-11-14)

Feature

Style

  • style: update black rules to allow lines up to 100 characters (#19) (93e438b)

v0.4.0

16 Sep 21:21

Choose a tag to compare

v0.4.0 (2023-09-16)

Feature

  • feat: New public API making usage more simple (#17) (db1aa7e)

v0.3.0

15 Sep 20:46

Choose a tag to compare

v0.3.0 (2023-09-15)

Feature

v0.2.2

30 Aug 20:35

Choose a tag to compare

v0.2.2 (2023-08-30)

Fix

  • fix: reduce number of dependencies (#15) (3125b88)

v0.2.1

06 Aug 20:52

Choose a tag to compare

v0.2.1 (2023-08-06)

Fix

  • fix: LinearRegression predictions are now correct in case of under determined systems (n < m) (#11) (957328b)

v0.2.0

06 Aug 08:59

Choose a tag to compare

v0.2.0 (2023-08-06)

Feature

  • feat: Add Linear Regression (#4)