Skip to content

Commit 483a816

Browse files
authored
[Release] v3.8.0 (#419)
* docs: v3.8.0 changelog * build(version): v3.8.0
1 parent 75c7945 commit 483a816

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelogs/v3.8.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Feature
44

5+
* Implement `EmoNeco` and `EmoZeal` optimizers. (#407)
56
* Implement `Refined Schedule-Free AdamW` optimizer. (#409, #414)
67
* [Through the River: Understanding the Benefit of Schedule-Free Methods for Language Model Training](https://arxiv.org/abs/2507.09846)
78
* You can use this variant by setting `decoupling_c` parameter in the `ScheduleFreeAdamW` optimizer.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytorch_optimizer"
3-
version = "3.7.0"
3+
version = "3.8.0"
44
description = "optimizer & lr scheduler & objective function collections in PyTorch"
55
license = "Apache-2.0"
66
authors = ["kozistr <[email protected]>"]

0 commit comments

Comments
 (0)