Skip to content

Commit f5a9860

Browse files
committed
Release v3.0.0.
1 parent 49fc54b commit f5a9860

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

325
New strategies, refactor of strategy tests and minor documentation fixes.

axelrod/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.13.0"
1+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)