Skip to content

Commit dc4928e

Browse files
committed
Release 2.3
1 parent 28c3d9a commit dc4928e

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# v2.3.0, 2017-01-04
2+
3+
Support for py3.6, new strategies, more tournament result information, and
4+
internal improvements.
5+
6+
- Helpful list of short run time strategies
7+
https://github.com/Axelrod-Python/Axelrod/pull/792
8+
- Nice Meta strategy
9+
https://github.com/Axelrod-Python/Axelrod/pull/794
10+
- New strategies: Mem2, Pun1, Collective Strategy
11+
https://github.com/Axelrod-Python/Axelrod/pull/795
12+
- New strategies: Mem2, Pun1, Collective Strategy
13+
https://github.com/Axelrod-Python/Axelrod/pull/795
14+
- Python 3.6 supported
15+
https://github.com/Axelrod-Python/Axelrod/pull/800
16+
- Keep track of initial play rate in results
17+
https://github.com/Axelrod-Python/Axelrod/pull/797
18+
- Fix depreciation warning
19+
https://github.com/Axelrod-Python/Axelrod/pull/793
20+
- Moran processes are always stochastic
21+
https://github.com/Axelrod-Python/Axelrod/pull/796
22+
23+
Here are all the commits for this PR:
24+
https://github.com/Axelrod-Python/Axelrod/compare/v2.2.0...v2.3.0
25+
126
# v2.2.0, 2016-12-20
227

328
Minor update: ability to pass axes object to plots and internal documentation

axelrod/version.py

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

0 commit comments

Comments
 (0)