From c646de085b0932b70ba47f305923289702606733 Mon Sep 17 00:00:00 2001 From: Evian Date: Sun, 6 Aug 2023 11:31:13 +0200 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 70 +++------------------------------------------------- 1 file changed, 4 insertions(+), 66 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed60a76..71b1b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,71 +1,9 @@ -# CHANGELOG - - - -## v0.1.0 (2023-08-06) - -### Chore - -* chore: initial commit ([`11d3c19`](https://github.com/cmnemoi/cmnemoi-learn/commit/11d3c19600326281ef68a4121ca19e021e6f67b3)) - -### Ci - -* ci: fix the way we give a token to CD pipeline (#5) ([`19edfc6`](https://github.com/cmnemoi/cmnemoi-learn/commit/19edfc6ad02bfe29592e94d28520b78d37025657)) - -* ci: trying to fix Github Release (#3) - -* ci: publish new pypi package at each new tag created +# CHANGELOG -* ci: trying to fix token -* ci: test -* remove test ([`1b0b237`](https://github.com/cmnemoi/cmnemoi-learn/commit/1b0b237c059a10f0b1b63d3353f0343fe39fa23d)) - -* ci: publish new pypi package at each new tag created (#2) ([`0293b03`](https://github.com/cmnemoi/cmnemoi-learn/commit/0293b03823de2df8211e666494db9ba478bb50d3)) - -* ci: Add CI/CD pipeline (#1) - -* chore: add a .gitignore +## v0.2.0 (2023-08-06) -* chore: add a Makefile +### Feature -* 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`](https://github.com/cmnemoi/cmnemoi-learn/commit/1f70d6339b0adfe8c10d529dfce2341c8eaf6db5)) - -### 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`](https://github.com/cmnemoi/cmnemoi-learn/commit/ac0366c456d07325a95c6334b2fc6380b82e669b)) +* feat: Add Linear Regression (#4) \ No newline at end of file