Skip to content

Commit 4b866c2

Browse files
authored
[Release] v3.8.2 (#450)
* build(version): v3.8.2 * docs: v3.8.2 changelog * docs: v3.8.2 changelog
1 parent baa2fd2 commit 4b866c2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelogs/v3.8.2.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
### Feature
44

5-
* Speed-up `zeropower_via_newtonschulz` up to 20% by utilizing `torch.baddmm` and `torch.addmm` ops. (#488)
5+
* Speed-up `zeropower_via_newtonschulz` up to 20% by utilizing `torch.baddmm` and `torch.addmm` ops. (#448)
66

77
### Update
88

99
* Refactor the type hints. (#448)
1010

11+
### Fix
12+
13+
* Resolved compatibility issue with lower PyTorch versions where `torch.optim.optimizer.ParamT` could not be imported. (#448)
14+
1115
### Docs
1216

1317
* Convert the docstring style from reST to google-style docstring. (#449)

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.8.1"
3+
version = "3.8.2"
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)