Skip to content

Commit

Permalink
Prep release v0.3.0-beta ...
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhessam88 committed Jul 17, 2024
1 parent d9e08ac commit f297c37
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
### πŸ”₯ Added
---

## πŸ“ Version 0.3.0-beta - 2024-07-17
### πŸ›  Fixed
- [#190](https://github.com/slickml/slick-ml/pull/190) re-ran all example notebooks and fixed all warnings.
- [#189](https://github.com/slickml/slick-ml/pull/189) enabled poetry cache for each python versions in CI/CD.
- [#188](https://github.com/slickml/slick-ml/pull/188) dropped python `v3.8`, upgraded dependencies, and adapted all unit-tests based on API changes.
- [#186](https://github.com/slickml/slick-ml/pull/186), [#187](https://github.com/slickml/slick-ml/pull/187) upgraded `codecov-action` version to `v3.1.1` and fixed `codecov` badge in docs.

### πŸ”₯ Added
- [#182](https://github.com/slickml/slick-ml/pull/182) added `deprecated` annotation to `slickml.utils`.
- [#179](https://github.com/slickml/slick-ml/pull/179) added `python v3.11`.

---

## πŸ“ Version 0.2.1 - 2022-12-29
### πŸ›  Fixed
- [#174](https://github.com/slickml/slick-ml/pull/174) fixed `badges` in API docs.
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.1"
version = "0.3.0-beta"
description = "SlickML: Slick Machine Learning in Python"
license = "MIT"
authors = [
Expand Down

0 comments on commit f297c37

Please sign in to comment.