Skip to content

Commit

Permalink
0.5.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 26, 2024
1 parent 7e3f49a commit 7a342cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.5.5 (2024-01-26)

### Fix

* **deps:** Update dependency lightgbm to v4.3.0 ([#136](https://github.com/34j/boost-loss/issues/136)) ([`7e3f49a`](https://github.com/34j/boost-loss/commit/7e3f49a1d970f2efac53cef73ff771b99d093583))

## v0.5.4 (2023-12-31)

### Fix
Expand Down
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 = "boost-loss"
version = "0.5.4"
version = "0.5.5"
description = "Utilities for easy use of custom losses in CatBoost, LightGBM, XGBoost"
authors = ["34j <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/boost_loss/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.4"
__version__ = "0.5.5"
from .base import LossBase
from .debug import DebugLoss, PrintLoss
from .resuming import ResumingLoss
Expand Down

0 comments on commit 7a342cf

Please sign in to comment.