Skip to content

Commit ab15af1

Browse files
committed
Release v1.11.0.
1 parent cb4d840 commit ab15af1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v1.11.0, 2016-09-28
2+
3+
State distribution functions, new strategies and minor test fix.
4+
5+
- Matches have a method to give state distribution:
6+
https://github.com/Axelrod-Python/Axelrod/pull/717
7+
- Two new strategies: Worse and Worse and Knowledgeable Worse and Worse.
8+
https://github.com/Axelrod-Python/Axelrod/pull/724
9+
- Minor fix of a test that would sometimes fail due to floating point error.
10+
https://github.com/Axelrod-Python/Axelrod/pull/725
11+
12+
13+
Here are all the commits for this PR:
14+
https://github.com/Axelrod-Python/Axelrod/compare/v1.10.0...v1.11.0
15+
116
# v1.10.0, 2016-09-22
217

318
Windows support! Summarise method for results, new strategies, and code of

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Axelrod',
9-
version='1.10.0',
9+
version='1.11.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)