We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7189811 commit 3c7b6edCopy full SHA for 3c7b6ed
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+Unreleased
5
+----------
6
+
7
+* Tag K47R as implemented by RichardHufford
8
9
v0.4.2 (2018-01-10)
10
-------------------
11
src/axelrod_fortran/strategies.py
@@ -87,7 +87,7 @@
87
'author': 'Graham J Eatherley',
88
'original_rank': 14},
89
'k47r': {
90
- 'axelrod-python_class': None,
+ 'axelrod-python_class': axl.RichardHufford,
91
'stochastic': False,
92
'author': 'Richard Hufford',
93
'original_rank': 16},
0 commit comments