File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # v3.0.0, 2017-06-13
2+
3+ A single class for tournaments and Moran processes, sources for all strategies
4+ included in docstrings and internal refactoring,
5+
6+ - The numerous tournament types (prob end, spatial etc) are all now created from
7+ the ` Tournament ` class.:
8+ https://github.com/Axelrod-Python/Axelrod/pull/1042
9+ - The graphical moran processes are now created using the ` MoranProcess ` class:
10+ https://github.com/Axelrod-Python/Axelrod/pull/1043
11+ - Sources for all strategies now included in docstrings:
12+ https://github.com/Axelrod-Python/Axelrod/pull/1041
13+ - Remove some unneeded tests:
14+ https://github.com/Axelrod-Python/Axelrod/pull/1039
15+ - Further refactoring:
16+ https://github.com/Axelrod-Python/Axelrod/pull/1044
17+ https://github.com/Axelrod-Python/Axelrod/pull/1040
18+ https://github.com/Axelrod-Python/Axelrod/pull/1037
19+
20+ Here are all the commits for this PR:
21+ https://github.com/Axelrod-Python/Axelrod/compare/v2.13.0...v3.0.0
22+
123# v2.13.0, 2017-06-01
224
325New strategies, refactor of strategy tests and minor documentation fixes.
Original file line number Diff line number Diff line change 1- __version__ = "2.13 .0"
1+ __version__ = "3.0 .0"
You can’t perform that action at this time.
0 commit comments