Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnemoi committed Aug 6, 2023
1 parent b76a0fa commit c646de0
Showing 1 changed file with 4 additions and 66 deletions.
70 changes: 4 additions & 66 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c646de0

Please sign in to comment.