Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
### 🛠 Fixed

### 🔥 Added
---

## 📍 Version 0.2.1 - 2022-12-29
### 🛠 Fixed
- [#174](https://github.com/slickml/slick-ml/pull/174) fixed `badges` in API docs.
### 🔥 Added
- [#177](https://github.com/slickml/slick-ml/pull/177), [#176](https://github.com/slickml/slick-ml/pull/176) added `CLI` basic functionalities for `version` and `help`.
- [#175](https://github.com/slickml/slick-ml/pull/175) added unit-tests to cover `save-path` flag in all visualization modules.
- [#173](https://github.com/slickml/slick-ml/pull/173) added threshold in `.coveragerc` and `codecov.yml` to protect test coverages.

---
## 📍 Version 0.2.0 - 2022-11-27

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tool.poetry]
name = "slickml"
version = "0.2.0"
version = "0.2.1"
description = "SlickML: Slick Machine Learning in Python"
license = "MIT"
authors = [
Expand Down