Skip to content

Commit

Permalink
0.1.15
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 f444a64 commit f17382f
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.15 (2024-10-31)

### Fix

* **deps:** Update dependency typing-extensions to v4.12.2 ([#191](https://github.com/34j/lightgbm-callbacks/issues/191)) ([`f444a64`](https://github.com/34j/lightgbm-callbacks/commit/f444a640e2a0ab4f516706fbfa03ef26d0b4fa10))

## v0.1.14 (2024-10-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 = "lightgbm-callbacks"
version = "0.1.14"
version = "0.1.15"
description = "A collection of LightGBM callbacks."
authors = ["34j <34j.95a2p@simplelogin.com>", "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.14"
__version__ = "0.1.15"
from ._base import CallbackBase
from ._early_stopping_callback import DartEarlyStoppingCallback, EarlyStoppingCallback
from ._tqdm_callback import ProgressBarCallback
Expand Down

0 comments on commit f17382f

Please sign in to comment.