Skip to content

Commit d331f79

Browse files
committed
docs: v3.0.0 changelog
1 parent fc473bb commit d331f79

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/changelogs/v3.0.0.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## Change Log
22

3-
Major version is updated! (`v2.12.0` -> `v3.0.0`) (#164)
3+
The major version is updated! (`v2.12.0` -> `v3.0.0`) (#164)
4+
5+
Many optimizers, learning rate schedulers, and objective functions are in `pytorch-optimizer`.
6+
Currently, `pytorch-optimizer` supports **67 optimizers (+ `bitsandbytes`)**, **11 lr schedulers**, and **13 loss functions**, and reached about 4 ~ 50K downloads / month (peak is 75K downloads / month)!
7+
8+
The reason for updating the major version from `v2` to `v3` is that I think it's a good time to ship the recent implementations (the last update was about 7 months ago) and plan to pivot to new concepts like training utilities while maintaining the original features (e.g. optimizers).
9+
Also, rich test cases, benchmarks, and examples are on the list!
10+
11+
Finally, thanks for using the `pytorch-optimizer`, and feel free to make any requests :)
412

513
### Feature
614

0 commit comments

Comments
 (0)