Skip to content

Commit a59f2e1

Browse files
authored
Merge pull request #285 from kozistr/release/v3.2.0
[Release] v3.2.0
2 parents 1a4896f + 225014f commit a59f2e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/changelogs/v3.2.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* `torchao_adamw8bit`, `torchao_adamw4bit`, `torchao_adamwfp8`.
1111
* Support a module-name-level (e.g. `LayerNorm`) weight decay exclusion for `get_optimizer_parameters`. (#282, #283)
1212
* Implement `CPUOffloadOptimizer`, which offloads optimizer to CPU for single-GPU training. (#284)
13-
* Support a regex-based filter for searching names of optimizers, lr schedulers, and loss functions. (#285)
13+
* Support a regex-based filter for searching names of optimizers, lr schedulers, and loss functions.
1414

1515
### Bug
1616

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytorch_optimizer"
3-
version = "3.1.2"
3+
version = "3.2.0"
44
description = "optimizer & lr scheduler & objective function collections in PyTorch"
55
license = "Apache-2.0"
66
authors = ["kozistr <[email protected]>"]
@@ -35,6 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.10",
3636
"Programming Language :: Python :: 3.11",
3737
"Programming Language :: Python :: 3.12",
38+
"Programming Language :: Python :: 3.13",
3839
"Operating System :: OS Independent",
3940
"Topic :: Scientific/Engineering",
4041
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)