Skip to content

Commit

Permalink
0.1.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 31, 2024
1 parent 2bbe6ac commit 74fdb67
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.1.14 (2024-10-31)

### Fix

* **deps:** Update dependency lightgbm to v4.5.0 ([#190](https://github.com/34j/lightgbm-callbacks/issues/190)) ([`2bbe6ac`](https://github.com/34j/lightgbm-callbacks/commit/2bbe6ac562fbef7cd0e78839e752916841b81402))

## v0.1.13 (2024-10-30)

### 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 = "lightgbm-callbacks"
version = "0.1.13"
version = "0.1.14"
description = "A collection of LightGBM callbacks."
authors = ["34j <[email protected]>", "Microsoft Corporation"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/lightgbm_callbacks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.13"
__version__ = "0.1.14"
from ._base import CallbackBase
from ._early_stopping_callback import DartEarlyStoppingCallback, EarlyStoppingCallback
from ._tqdm_callback import ProgressBarCallback
Expand Down

0 comments on commit 74fdb67

Please sign in to comment.