Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
chore(release): release 0.4.1
  • Loading branch information
github-actions committed Jun 4, 2023
1 parent 758cf5e commit 3cb94bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v0.4.1 (2023-06-04)
### Fix

* **feature selection:** 🐛 Fix `FeatureSelector` cache to use tuple instead of frozenset to have stable fingerprint. ([`cd82417`](https://github.com/ErikBavenstrand/mleko/commit/cd824177e252ae00af4d2ed8cc50b607c4a4928f))

## v0.4.0 (2023-06-03)
### Feature

Expand Down
2 changes: 1 addition & 1 deletion mleko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
from __future__ import annotations


__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mleko"
version = "0.4.0"
version = "0.4.1"
description = "ML-Ekosystem"
authors = ["Erik Båvenstrand <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3cb94bc

Please sign in to comment.