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.9.0, 2020-04-07
2+
3+ New strategies, new classifier system and internal improvements/fixes.
4+
5+ - Cleanup the tests:
6+ https://github.com/Axelrod-Python/Axelrod/pull/1308
7+ - Create function to handle internal file paths:
8+ https://github.com/Axelrod-Python/Axelrod/pull/1307
9+ - Fix bug in Result set:
10+ https://github.com/Axelrod-Python/Axelrod/pull/1305
11+ - Improve and expand LR Player's docstring
12+ https://github.com/Axelrod-Python/Axelrod/pull/1303
13+ - New strategy classifier mechanism:
14+ https://github.com/Axelrod-Python/Axelrod/pull/1300
15+ - Add new Gradual strategy:
16+ https://github.com/Axelrod-Python/Axelrod/pull/1299
17+ - Add missing author to docs bibliography:
18+ https://github.com/Axelrod-Python/Axelrod/pull/1295
19+ - Suppress numpy warnings:
20+ https://github.com/Axelrod-Python/Axelrod/pull/1292
21+ - Fix documentation:
22+ https://github.com/Axelrod-Python/Axelrod/pull/1291
23+ - Fix FirstByDowning:
24+ https://github.com/Axelrod-Python/Axelrod/pull/1285
25+ - Add citations:
26+ https://github.com/Axelrod-Python/Axelrod/pull/1281
27+
28+ https://github.com/Axelrod-Python/Axelrod/compare/v4.9.0...v4.8.0
29+
130# v4.8.0, 2019-12-16
231
332Reimplementation of first tournament strategies, rename of second tournament
Original file line number Diff line number Diff line change 1- __version__ = "4.8 .0"
1+ __version__ = "4.9 .0"
You can’t perform that action at this time.
0 commit comments