Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 15, 2023
1 parent adb35ed commit 7bc21f0
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.3.3 (2023-10-15)

### Fix

* **deps:** Update dependency lightgbm to v4 ([#40](https://github.com/34j/boost-loss/issues/40)) ([`adb35ed`](https://github.com/34j/boost-loss/commit/adb35ed53f2eea7de53996f07e6d6ac043727f41))

## v0.3.2 (2023-10-11)

### 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.3.2"
version = "0.3.3"
description = "Utilities for easy use of custom losses in CatBoost, LightGBM, XGBoost"
authors = ["34j <34j.95a2p@simplelogin.com>"]
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.3.2"
__version__ = "0.3.3"
from .base import LossBase
from .debug import DebugLoss, PrintLoss
from .resuming import ResumingLoss
Expand Down

0 comments on commit 7bc21f0

Please sign in to comment.