Skip to content

Commit c4491ea

Browse files
committed
New release: 1.2.0
1 parent 0753a49 commit c4491ea

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v1.2.0, 2016-06-13
2+
3+
New strategies and some minor improvements
4+
5+
- Naive Prober: https://github.com/Axelrod-Python/Axelrod/pull/629
6+
- Gradual: https://github.com/Axelrod-Python/Axelrod/pull/627
7+
- Soft grudger and reverse pavlov:
8+
https://github.com/Axelrod-Python/Axelrod/pull/628
9+
10+
Minor improvements include:
11+
12+
- Progress bar for result set reading of data:
13+
https://github.com/Axelrod-Python/Axelrod/pull/618
14+
- Prob end tournament players do not know match length (this was in essence a
15+
bug): https://github.com/Axelrod-Python/Axelrod/pull/611
16+
- Doc fixes
17+
18+
Here are all the commits for this PR:
19+
https://github.com/Axelrod-Python/Axelrod/compare/v1.1.1...v1.2.0
20+
121
# v1.1.1, 2016-06-01
222

323
Minor changes, bug fixes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Axelrod',
9-
version='1.1.1',
9+
version='1.2.0',
1010
install_requires=requirements,
1111
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
1212
author_email=('[email protected]'),

0 commit comments

Comments
 (0)