forked from Axelrod-Python/Axelrod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
27 lines (27 loc) · 1.64 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
v0.0.1, 2015-03-27 -- Initial release
v0.0.2, 2015-03-27 -- Minor fix
v0.0.3, 2015-03-27 -- Minor fix
v0.0.4, 2015-03-28 -- Adding all authors
v0.0.5, 2015-03-28 -- Corrects formatting of authors
v0.0.6, 2015-04-01 -- Removes long description
v0.0.7, 2015-04-01 -- Perhaps removes long description
v0.0.8, 2015-04-16 -- Change default behaviour to maximisation
v0.0.9, 2015-06-14 -- Various improvements including noisy tournaments
v0.0.10, 2015-08-17 -- Python 3 support and behaviour metrics
v0.0.11, 2015-08-17 -- Updating Core team
v0.0.12, 2015-09-02 -- Further behaviour and more info being passed to players.
v0.0.13, 2015-09-16 -- Adding classifier dictionary and dynamic strategy list.
v0.0.14, 2015-09-28 -- Change to use distutils, mirror strategy and readthedocs bug
v0.0.15, 2015-10-13 -- Distribution of wins plots, and is_cheater becomes obey_axelrod
v0.0.16, 2015-10-25 -- Tidying strategies, action classes, flip action method and new docs
v0.0.17, 2015-10-30 -- Strategy transforms and bug fixes
v0.0.18, 2015-11-04 -- New strategies
v0.0.19, 2015-11-21 -- Efficiency improvements, new default colour maps
v0.0.20, 2015-11-21 -- Strategies have 'makes_use_of' attribute, improved docs/doctests,
v0.0.21, 2015-11-29 -- Match class with sparklines.
v0.0.22, 2015-12-07 -- Including a DOI.
v0.0.23, 2015-12-14 -- Mixed strategies (decorator and meta player)
v0.0.24, 2016-01-19 -- New strategy (FirmButFair) and hypothesis testing
v0.0.25, 2016-01-26 -- Minor documentation changes.
v0.0.26, 2016-02-24 -- Bug fix and two new strategies based on ThueMorse sequence.
v0.0.26, 2016-03-06 -- Minor fixes, rewrite of tournament engine: interactions now available.