Skip to content

Commit

Permalink
chore(release): release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jun 8, 2024
1 parent 5953bd2 commit 5749da5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v4.3.0](https://github.com/klarna-incubator/mleko/releases/tag/v4.3.0) (2024-06-08)

### ✨ Features

- **model:** Add check for fitted model in LGBMModel fingerprint. ([`f6a0933`](https://github.com/klarna-incubator/mleko/commit/f6a09337af6743d6686d9078a01ed22e29630086))

### 🐛 Bug Fixes

- **tuning:** Optional `enqueue_trials` parameter added to fingerprint of `OptunaTuner`. ([`80fa374`](https://github.com/klarna-incubator/mleko/commit/80fa37408ee5df2be0de23f08358c45932970686))
- **transformer:** Update `LabelEncoder` to use `PyArrow` implementation of `unique` to prevent `vaex` bug from crashing the transformer. ([`85059d7`](https://github.com/klarna-incubator/mleko/commit/85059d791d44e49a4b2cf9438389f8033ddcbf8b))

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

### ✨ Features
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.2.0"
__version__ = "4.3.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.2.0"
version = "4.3.0"
description = "ML-Ekosystem"
authors = ["Erik Båvenstrand <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 5749da5

Please sign in to comment.