File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ # v4.11.0, 2021-05-25
2+
3+ A number of improvements to documentation, a new strategy, removing the cheating
4+ strategies and a number of internal fixes.
5+
6+ - Use black style formatting
7+ https://github.com/Axelrod-Python/Axelrod/pull/1368
8+ - Move to ` dev ` as main branch
9+ https://github.com/Axelrod-Python/Axelrod/pull/1367
10+ - Tests refactor
11+ https://github.com/Axelrod-Python/Axelrod/pull/1372
12+ https://github.com/Axelrod-Python/Axelrod/pull/1373
13+ - Improved docstrings
14+ https://github.com/Axelrod-Python/Axelrod/pull/1377
15+ https://github.com/Axelrod-Python/Axelrod/pull/1381
16+ - Add publications
17+ https://github.com/Axelrod-Python/Axelrod/pull/1378
18+ https://github.com/Axelrod-Python/Axelrod/pull/1384
19+ - Bump pyaml
20+ https://github.com/Axelrod-Python/Axelrod/pull/1380
21+ - Add new FSM
22+ https://github.com/Axelrod-Python/Axelrod/pull/1383
23+ - Update some type hinting
24+ https://github.com/Axelrod-Python/Axelrod/pull/1385
25+ - Remove cheating strategies
26+ https://github.com/Axelrod-Python/Axelrod/pull/1388
27+
28+ https://github.com/Axelrod-Python/Axelrod/compare/v4.11.0...v4.10.0
29+
130# v4.10.0, 2020-08-12
231
332Major rewrite of the random seeding (which fixes a reproducibility bug when
Original file line number Diff line number Diff line change 1- __version__ = "4.10 .0"
1+ __version__ = "4.11 .0"
You can’t perform that action at this time.
0 commit comments