File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
25
## [ 0.7.4] - 2022-02-16
10
26
### Added
11
27
- 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
216
232
- Initial ALE release.
217
233
218
234
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
220
237
[ 0.7.4 ] : https://github.com/mgbellemare/Arcade-Learning-Environment/compare/v0.7.3...v0.7.4
221
238
[ 0.7.3 ] : https://github.com/mgbellemare/Arcade-Learning-Environment/compare/v0.7.2...v0.7.3
222
239
[ 0.7.2 ] : https://github.com/mgbellemare/Arcade-Learning-Environment/compare/v0.7.1...v0.7.2
You can’t perform that action at this time.
0 commit comments