1+ # v4.13.1, 2024-10-02
2+
3+ Mainly internal changes: move to pyproject.toml.
4+
5+ - Move to pyproject.toml: https://github.com/Axelrod-Python/Axelrod/pull/1440
6+
7+ https://github.com/Axelrod-Python/Axelrod/compare/v4.13.1..v4.13.0
8+
19# v4.13.0, 2021-05-25
210
311Generalisation of games, new BurnBothEnds strategy, added CITATION.cff file,
@@ -205,7 +213,7 @@ https://github.com/Axelrod-Python/Axelrod/compare/v4.6.0...v4.5.0
205213# v4.5.0, 2019-01-31
206214
207215Implemented algorithm for memory depth of Finite State Machines, some new
208- strategies and some minor internal improvements.
216+ strategies and some minor internal improvements.
209217
210218- Algorithm for memory depth of Finite State machines
211219 https://github.com/Axelrod-Python/Axelrod/pull/1233
@@ -398,7 +406,6 @@ New strategies, a minor bug fix and a small documentation improvement.
398406- Fix minor bug in the fingerprints
399407 https://github.com/Axelrod-Python/Axelrod/pull/1140
400408
401-
402409Here are all the commits for this PR:
403410https://github.com/Axelrod-Python/Axelrod/compare/v3.9.0...v3.8.1
404411
@@ -655,7 +662,6 @@ New strategies and internal refactoring/improvements
655662 https://github.com/Axelrod-Python/Axelrod/pull/1015
656663 https://github.com/Axelrod-Python/Axelrod/pull/1010
657664
658-
659665Here are all the commits for this PR:
660666https://github.com/Axelrod-Python/Axelrod/compare/v2.11.0...v2.12.0
661667
@@ -682,7 +688,6 @@ internal refactoring,
682688- Implement an equality method on players:
683689 https://github.com/Axelrod-Python/Axelrod/pull/975
684690
685-
686691Here are all the commits for this PR:
687692https://github.com/Axelrod-Python/Axelrod/compare/v2.10.0...v2.11.0
688693
@@ -800,7 +805,6 @@ and minor bug fixes.
800805- Minor function rename:
801806 https://github.com/Axelrod-Python/Axelrod/pull/906
802807
803-
804808Here are all the commits for this PR:
805809https://github.com/Axelrod-Python/Axelrod/compare/v2.6.0...v2.7.0
806810
@@ -887,7 +891,7 @@ https://github.com/Axelrod-Python/Axelrod/compare/v2.3.0...v2.4.0
887891
888892# v2.3.0, 2017-01-04
889893
890- Support for py3.6, new strategies, more tournament result information, and
894+ Support for py3.6, new strategies, more tournament result information, and
891895internal improvements.
892896
893897- Helpful list of short run time strategies
@@ -1017,11 +1021,9 @@ new strategies and PEP8.
10171021 https://github.com/Axelrod-Python/Axelrod/pull/753
10181022- Players track state pairs:
10191023 https://github.com/Axelrod-Python/Axelrod/pull/752
1020- - New strategies:
1021- - StochasticCooperator (re introduced):
1022- https://github.com/Axelrod-Python/Axelrod/pull/755
1023- - SpitefulTitForTat
1024- https://github.com/Axelrod-Python/Axelrod/pull/749
1024+ - New strategies: - StochasticCooperator (re introduced):
1025+ https://github.com/Axelrod-Python/Axelrod/pull/755 - SpitefulTitForTat
1026+ https://github.com/Axelrod-Python/Axelrod/pull/749
10251027- PEP8:
10261028 https://github.com/Axelrod-Python/Axelrod/pull/750
10271029
@@ -1105,7 +1107,6 @@ State distribution functions, new strategies and minor test fix.
11051107- Minor fix of a test that would sometimes fail due to floating point error.
11061108 https://github.com/Axelrod-Python/Axelrod/pull/725
11071109
1108-
11091110Here are all the commits for this PR:
11101111https://github.com/Axelrod-Python/Axelrod/compare/v1.10.0...v1.11.0
11111112
@@ -1129,7 +1130,6 @@ conduct as well as minor fixes.
11291130- Fix of link in docs:
11301131 https://github.com/Axelrod-Python/Axelrod/pull/722
11311132
1132-
11331133Here are all the commits for this PR:
11341134https://github.com/Axelrod-Python/Axelrod/compare/v1.9.0...v1.10.0
11351135
@@ -1239,7 +1239,6 @@ Bug fix:
12391239
12401240- The finite state machines were not reseting state properly.
12411241
1242-
12431242Here are all the commits for this PR:
12441243https://github.com/Axelrod-Python/Axelrod/compare/v1.2.0...v1.3.0
12451244
0 commit comments