Skip to content

Commit 602c8e9

Browse files
committed
Release v3.1.0
1 parent e8817ca commit 602c8e9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# v3.1.0, 2017-07-16
2+
3+
New class for actions, Internal improvements, a new strategy class,
4+
reclassification of grudger.
5+
6+
- Actions are now an enum class:
7+
https://github.com/Axelrod-Python/Axelrod/pull/1052
8+
https://github.com/Axelrod-Python/Axelrod/pull/1053
9+
https://github.com/Axelrod-Python/Axelrod/pull/1054
10+
- Add explanation of py version to README:
11+
https://github.com/Axelrod-Python/Axelrod/pull/1056
12+
- Documentation typo fixes:
13+
https://github.com/Axelrod-Python/Axelrod/pull/1057
14+
- DBS strategy classified as long run time:
15+
https://github.com/Axelrod-Python/Axelrod/pull/1058
16+
- Correct classification for Grudger:
17+
https://github.com/Axelrod-Python/Axelrod/pull/1066
18+
- Add another source and name for ALLCorALLD:
19+
https://github.com/Axelrod-Python/Axelrod/pull/1067
20+
- Update init parameter for lookerup:
21+
https://github.com/Axelrod-Python/Axelrod/pull/1068
22+
- Add a reactive strategy:
23+
https://github.com/Axelrod-Python/Axelrod/pull/1070
24+
25+
Here are all the commits for this PR:
26+
https://github.com/Axelrod-Python/Axelrod/compare/v3.0.0...v3.1.0
27+
128
# v3.0.0, 2017-06-13
229

330
A single class for tournaments and Moran processes, sources for all strategies

axelrod/version.py

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

0 commit comments

Comments
 (0)