|
| 1 | +# v4.10.0, 2020-08-12 |
| 2 | + |
| 3 | +Major rewrite of the random seeding (which fixes a reproducibility bug when |
| 4 | +using parallel processing), support for python 3.8 and various |
| 5 | +documentation/internal fixes. |
| 6 | + |
| 7 | +- Move CI to github actions |
| 8 | + https://github.com/Axelrod-Python/Axelrod/pull/1309 |
| 9 | + https://github.com/Axelrod-Python/Axelrod/pull/1322 |
| 10 | + https://github.com/Axelrod-Python/Axelrod/pull/1327 |
| 11 | +- Sort all import statements using isort |
| 12 | + https://github.com/Axelrod-Python/Axelrod/pull/1351 |
| 13 | +- Add a test that all strategies have names |
| 14 | + https://github.com/Axelrod-Python/Axelrod/pull/1354 |
| 15 | +- Add a function to automatically check what information is used by strategies |
| 16 | + https://github.com/Axelrod-Python/Axelrod/pull/1355 |
| 17 | + https://github.com/Axelrod-Python/Axelrod/pull/1331 |
| 18 | +- Minor documentation fixes |
| 19 | + https://github.com/Axelrod-Python/Axelrod/pull/1321 |
| 20 | + https://github.com/Axelrod-Python/Axelrod/pull/1329 |
| 21 | + https://github.com/Axelrod-Python/Axelrod/pull/1357 |
| 22 | + https://github.com/Axelrod-Python/Axelrod/pull/1358 |
| 23 | + https://github.com/Axelrod-Python/Axelrod/pull/1363 |
| 24 | +- Add python 3.8 support |
| 25 | + https://github.com/Axelrod-Python/Axelrod/pull/1366 |
| 26 | +- Improve tests |
| 27 | + https://github.com/Axelrod-Python/Axelrod/pull/1332 |
| 28 | + https://github.com/Axelrod-Python/Axelrod/pull/1333 |
| 29 | + https://github.com/Axelrod-Python/Axelrod/pull/1359 |
| 30 | +- Fix RevisedDowning |
| 31 | + https://github.com/Axelrod-Python/Axelrod/pull/1323 |
| 32 | + |
| 33 | +https://github.com/Axelrod-Python/Axelrod/compare/v4.10.0...v4.9.1 |
| 34 | + |
1 | 35 | # v4.9.1, 2020-04-08
|
2 | 36 |
|
3 | 37 | Bug fixes
|
|
0 commit comments