File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # v1.20.0, 2016-12-05
2+
3+ Dropping support for python 2, bug fixes and minor tidy of code (thanks to
4+ dropping python 2 support!).
5+
6+ - Dropping support for python 2
7+ https://github.com/Axelrod-Python/Axelrod/pull/774
8+ - Fix bug in cache
9+ https://github.com/Axelrod-Python/Axelrod/pull/782
10+ - Fix bug in stochastic classification of Random player
11+ https://github.com/Axelrod-Python/Axelrod/pull/783
12+ - Fix docstrings in fingerprint
13+ https://github.com/Axelrod-Python/Axelrod/pull/784
14+ - Use python 3 function caching
15+ https://github.com/Axelrod-Python/Axelrod/pull/775
16+
17+ Here are all the commits for this PR:
18+ https://github.com/Axelrod-Python/Axelrod/compare/v1.19.0...v1.20.0
19+
120# v1.19.0, 2016-11-30
221
322New strategy using a trained neural network and documentation.
Original file line number Diff line number Diff line change 1- __version__ = "1.19 .0"
1+ __version__ = "1.20 .0"
You can’t perform that action at this time.
0 commit comments