Skip to content

Commit 7367a32

Browse files
committed
Release v1.15.0
1 parent 12c3c7e commit 7367a32

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.15.0, 2016-11-03
2+
3+
Mutation in Moran process, players track state pairs, save all plots method,
4+
new strategies and PEP8.
5+
6+
- Mutation in Moran processes:
7+
https://github.com/Axelrod-Python/Axelrod/pull/754
8+
- Save all plots to file method:
9+
https://github.com/Axelrod-Python/Axelrod/pull/753
10+
- Players track state pairs:
11+
https://github.com/Axelrod-Python/Axelrod/pull/752
12+
- New strategies:
13+
- StochasticCooperator (re introduced):
14+
https://github.com/Axelrod-Python/Axelrod/pull/755
15+
- SpitefulTitForTat
16+
https://github.com/Axelrod-Python/Axelrod/pull/749
17+
- PEP8:
18+
https://github.com/Axelrod-Python/Axelrod/pull/750
19+
20+
Here are all the commits for this PR:
21+
https://github.com/Axelrod-Python/Axelrod/compare/v1.14.0...v1.15.0
22+
123
# v1.14.0, 2016-10-24
224

325
Two new strategies.

axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.14.0"
1+
__version__ = "1.15.0"

0 commit comments

Comments
 (0)