Skip to content

Commit def7779

Browse files
committed
Adding the changelog.
1 parent c9f45c8 commit def7779

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGES.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,30 @@
1+
# v1.1.0, 2016-05-18
2+
3+
New strategies and minor changes to the test suite
4+
5+
Here are all the commits for this PR:
6+
https://github.com/Axelrod-Python/Axelrod/compare/v1.0.1...v1.1.0
7+
8+
This introduces various new strategies to the library:
9+
10+
- Adaptive
11+
- Handshake
12+
- CyclerDC and CyclerDDC (used in the literature)
13+
- 8 Finite State Machine strategies: Fortress3, Fortress4, Predator,
14+
Raider, Ripoff, SolutionB1, SolutionB5, Thumper
15+
16+
This version also includes a minor change to the test suite: shortening the size
17+
of the tournaments being run in the integration tests.
18+
19+
Here is the PR that incorporated all of the above:
20+
https://github.com/Axelrod-Python/Axelrod/pull/591
21+
122
# v1.0.1, 2016-05-15
223

324
Bug fix.
425

526
Here are all the commits for this PR:
6-
https://github.com/Axelrod-Python/Axelrod/compare/v1.0.1...v1.0.1
27+
https://github.com/Axelrod-Python/Axelrod/compare/v1.0.0...v1.0.1
728

829
During the previous refactor of the Tournament, the ability to create noisy
930
tournaments was lost. An integration test has been written to catch this in the

0 commit comments

Comments
 (0)