Skip to content

Latest commit

 

History

History
138 lines (66 loc) · 4.19 KB

CHANGELOG.md

File metadata and controls

138 lines (66 loc) · 4.19 KB

CHANGELOG

v0.5.0 (2023-11-14)

Feature

  • feat: Add KNN Classifier (#20) (bb77222)

Style

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

v0.4.0 (2023-09-16)

Feature

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

v0.3.0 (2023-09-15)

Ci

  • ci: fix dependencies installation in pipelines (#16) (481f300)

Feature

  • feat: Add LogisticRegression (#14) (becd1fc)

v0.2.2 (2023-08-30)

Chore

  • chore: bump version to v0.2.1 (#12) (3ee2288)

Ci

  • ci: allow to run Publish package to PyPI pipeline manually (#13) (661ad40)

Fix

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

v0.2.1 (2023-08-06)

Ci

  • ci: Only check if code has to be formatted in lint step instead of formatting it (#9) (23a5160)

  • ci: fix CD comitter name and email (#8) (04ad2af)

Documentation

  • docs: Add repository link to package metadata (#7) (173f743)

  • docs: Add code quality badges (#6) (e87f13f)

Fix

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

Refactor

  • refactor: Add abstract model classes for reusability (#10) (30d520b)

v0.2.0 (2023-08-06)

Chore

Ci

  • ci: fix the way we give a token to CD pipeline (#5) (19edfc6)

  • ci: trying to fix Github Release (#3)

  • ci: publish new pypi package at each new tag created

  • ci: trying to fix token

  • ci: test

  • remove test (1b0b237)

  • ci: publish new pypi package at each new tag created (#2) (0293b03)

  • ci: Add CI/CD pipeline (#1)

  • chore: add a .gitignore

  • chore: add a Makefile

  • docs: update README

  • feat: add first code snippets

  • ci: add CI pipeline

  • ci: trying to cache python dependencies

  • ci: remove install depedencies step

  • style: apply linter fixes

  • ci: add CD pipeline

  • ci: fix CD pipeline trigger

  • ci: add GitHub Release creation to CD pipeline

  • docs: update README

  • ci: only trigger CI on Python files (1f70d63)

Feature

  • feat: Add Linear Regression (#4)

  • style: fix linter

  • test: add tests

  • feat: add LinearRegression .fit and .predict method

  • chore: bump version to 0.2

  • refactor: put fixtures parameters into constants

  • fix: add a bias column to the LinearRegression model

  • style: apply linter fixes (ac0366c)