Skip to content

Commit 146a54a

Browse files
committed
Update changelog and version
1 parent 898884a commit 146a54a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/misc/changelog.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
==========
55

66

7-
Release 2.8.0a1 (WIP)
7+
Release 2.8.0a2 (WIP)
88
--------------------------
99

1010
Breaking Changes:
@@ -18,6 +18,7 @@ New Features:
1818

1919
Bug 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:
3536
Others:
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

4144
Documentation:
4245
^^^^^^^^^^^^^^

stable_baselines3/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0a1
1+
2.8.0a2

0 commit comments

Comments
 (0)