Skip to content

Commit d93a607

Browse files
committed
New release.
1 parent a34f7e4 commit d93a607

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v1.1.1, 2016-06-01
2+
3+
Minor changes, bug fixes.
4+
5+
Here are all the commits for this PR:
6+
https://github.com/Axelrod-Python/Axelrod/compare/v1.1.0...v1.1.1
7+
8+
User facing:
9+
10+
- The matches can tell the players different match attributes than the ones
11+
actually being played (helpful for prob end tournaments where players cannot
12+
know the length of the match for example):
13+
https://github.com/Axelrod-Python/Axelrod/pull/609
14+
- A progress bar for the result set:
15+
https://github.com/Axelrod-Python/Axelrod/pull/603
16+
17+
Internal:
18+
19+
- Reducing some test sizes: https://github.com/Axelrod-Python/Axelrod/pull/601
20+
- PEP8 improvements: https://github.com/Axelrod-Python/Axelrod/pull/607
21+
- Refactor of the match generator (noise is an attribute):
22+
https://github.com/Axelrod-Python/Axelrod/pull/608
23+
124
# v1.1.0, 2016-05-18
225

326
New strategies and minor changes to the test suite

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.0',
9+
version='1.1.1',
1010
install_requires=requirements,
1111
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
1212
author_email=('[email protected]'),

0 commit comments

Comments
 (0)