Skip to content

Commit

Permalink
chore(release): release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed May 18, 2024
1 parent 2544ab5 commit 4544ace
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v4.1.0](https://github.com/klarna-incubator/mleko/releases/tag/v4.1.0) (2024-05-18)

### ✨ Features

- **tuning:** Add support for enqueuing trials in `OptunaTuner`. ([`9e0b6b2`](https://github.com/klarna-incubator/mleko/commit/9e0b6b2a04d0345bdc930017fd72a1f58122014e))
- **data splitting:** Add support for stratification on multiple features in the `RandomSplitter`. ([`d745434`](https://github.com/klarna-incubator/mleko/commit/d74543457405f37a5eb45de4a7a324464a3ef90f))
- **transformer:** Add `metadata` option for the `ExpressionTransformer` that allows for creation of meta features not tracked in the `DataSchema`. ([`f16ea8b`](https://github.com/klarna-incubator/mleko/commit/f16ea8b81ed57a63889db9120fef7c018085af62))
- **transformer:** Add `ExpressionTransformer` for creating features using the `vaex` expression system. ([`c0faf74`](https://github.com/klarna-incubator/mleko/commit/c0faf7488ccaf5eba40c2e1d9c8e901e99498752))

## [v4.0.0](https://github.com/klarna-incubator/mleko/releases/tag/v4.0.0) (2024-05-09)

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


__version__ = "4.0.0"
__version__ = "4.1.0"
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 = "4.0.0"
version = "4.1.0"
description = "ML-Ekosystem"
authors = ["Erik Båvenstrand <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 4544ace

Please sign in to comment.