File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pytorch_optimizer"
3- version = " 3.8.1 "
3+ version = " 3.8.2 "
44description = " optimizer & lr scheduler & objective function collections in PyTorch"
55license = " Apache-2.0"
66authors = [
" kozistr <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments