Skip to content

Commit 93c5b8c

Browse files
committed
Release v1.16.0
1 parent f114bd5 commit 93c5b8c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v1.16.0, 2016-11-13
2+
3+
Minor internal change, new strategy and new strategy transformers
4+
5+
- Random_choice method does not sample if not necessary
6+
https://github.com/Axelrod-Python/Axelrod/pull/761
7+
- New strategy: Meta Winner Ensemble
8+
https://github.com/Axelrod-Python/Axelrod/pull/757
9+
- New strategy transformers: Dual transformer and Joss-Ann transformer
10+
https://github.com/Axelrod-Python/Axelrod/pull/758
11+
12+
Here are all the commits for this PR:
13+
https://github.com/Axelrod-Python/Axelrod/compare/v1.15.0...v1.16.0
14+
115
# v1.15.0, 2016-11-03
216

317
Mutation in Moran process, players track state pairs, save all plots method,

axelrod/version.py

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

0 commit comments

Comments
 (0)