Skip to content

Commit 8f3bc3b

Browse files
committed
Update changelog
1 parent db37282 commit 8f3bc3b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.7.5] - 2022-04-18
10+
### Added
11+
- Added validation for Gym's frameskip values.
12+
- Made ROM loading more robust with module-level `__getattr__` and `__dir__`.
13+
- Added `py.typed` to the Python module's root directory to support type checkers.
14+
- Bumped SDL to v2.0.16.
15+
16+
### Fixed
17+
- Fixed Gym render mode metadata. (@vwxyzjn)
18+
- Fixed Gym warnings about `seeding.hash_seed` and `random.randint`.
19+
- Fixed build infrastructure issues from the migration to `setuptools>=0.61`.
20+
21+
### Removed
22+
- Removed Gym's `.render(mode='human')`. Gym now uses the `render_mode` keyword argument in the environment constructor.
23+
24+
925
## [0.7.4] - 2022-02-16
1026
### Added
1127
- Proper C++ namespacing for the ALE and Stella (@tuero)
@@ -216,7 +232,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216232
- Initial ALE release.
217233

218234

219-
[unreleased]: https://github.com/mgbellemare/Arcade-Learning-Environment/compare/v0.7.4...HEAD
235+
[unreleased]: https://github.com/mgbellemare/Arcade-Learning-Environment/compare/v0.7.5...HEAD
236+
[0.7.5]: https://github.com/mgbellemare/Arcade-Learning-Environment/compare/v0.7.4...v0.7.5
220237
[0.7.4]: https://github.com/mgbellemare/Arcade-Learning-Environment/compare/v0.7.3...v0.7.4
221238
[0.7.3]: https://github.com/mgbellemare/Arcade-Learning-Environment/compare/v0.7.2...v0.7.3
222239
[0.7.2]: https://github.com/mgbellemare/Arcade-Learning-Environment/compare/v0.7.1...v0.7.2

0 commit comments

Comments
 (0)