File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog
44==========
55
66
7- Release 2.8.0a1 (WIP)
7+ Release 2.8.0a2 (WIP)
88--------------------------
99
1010Breaking Changes:
@@ -18,6 +18,7 @@ New Features:
1818
1919Bug Fixes:
2020^^^^^^^^^^
21+ - Fixed saving and loading of Torch compiled models (using ``th.compile() ``) by updating ``get_parameters() ``
2122
2223`SB3-Contrib `_
2324^^^^^^^^^^^^^^
@@ -35,8 +36,10 @@ Deprecations:
3536Others:
3637^^^^^^^
3738- Updated to Python 3.10+ annotations
38- - Remove some unused variables (@unexploredtest)
39- - Improve type hints for distributions
39+ - Removed some unused variables (@unexploredtest)
40+ - Improved type hints for distributions
41+ - Simplified zip file loading by removing Python 3.6 workaround and enabling ``weights_only=True `` (PyTorch 2.x)
42+ - Sped up saving/loading tests
4043
4144Documentation:
4245^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 1- 2.8.0a1
1+ 2.8.0a2
You can’t perform that action at this time.
0 commit comments