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
+
1
9
# v4.13.0, 2021-05-25
2
10
3
11
Generalisation 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
205
213
# v4.5.0, 2019-01-31
206
214
207
215
Implemented algorithm for memory depth of Finite State Machines, some new
208
- strategies and some minor internal improvements.
216
+ strategies and some minor internal improvements.
209
217
210
218
- Algorithm for memory depth of Finite State machines
211
219
https://github.com/Axelrod-Python/Axelrod/pull/1233
@@ -398,7 +406,6 @@ New strategies, a minor bug fix and a small documentation improvement.
398
406
- Fix minor bug in the fingerprints
399
407
https://github.com/Axelrod-Python/Axelrod/pull/1140
400
408
401
-
402
409
Here are all the commits for this PR:
403
410
https://github.com/Axelrod-Python/Axelrod/compare/v3.9.0...v3.8.1
404
411
@@ -655,7 +662,6 @@ New strategies and internal refactoring/improvements
655
662
https://github.com/Axelrod-Python/Axelrod/pull/1015
656
663
https://github.com/Axelrod-Python/Axelrod/pull/1010
657
664
658
-
659
665
Here are all the commits for this PR:
660
666
https://github.com/Axelrod-Python/Axelrod/compare/v2.11.0...v2.12.0
661
667
@@ -682,7 +688,6 @@ internal refactoring,
682
688
- Implement an equality method on players:
683
689
https://github.com/Axelrod-Python/Axelrod/pull/975
684
690
685
-
686
691
Here are all the commits for this PR:
687
692
https://github.com/Axelrod-Python/Axelrod/compare/v2.10.0...v2.11.0
688
693
@@ -800,7 +805,6 @@ and minor bug fixes.
800
805
- Minor function rename:
801
806
https://github.com/Axelrod-Python/Axelrod/pull/906
802
807
803
-
804
808
Here are all the commits for this PR:
805
809
https://github.com/Axelrod-Python/Axelrod/compare/v2.6.0...v2.7.0
806
810
@@ -887,7 +891,7 @@ https://github.com/Axelrod-Python/Axelrod/compare/v2.3.0...v2.4.0
887
891
888
892
# v2.3.0, 2017-01-04
889
893
890
- Support for py3.6, new strategies, more tournament result information, and
894
+ Support for py3.6, new strategies, more tournament result information, and
891
895
internal improvements.
892
896
893
897
- Helpful list of short run time strategies
@@ -1017,11 +1021,9 @@ new strategies and PEP8.
1017
1021
https://github.com/Axelrod-Python/Axelrod/pull/753
1018
1022
- Players track state pairs:
1019
1023
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
1025
1027
- PEP8:
1026
1028
https://github.com/Axelrod-Python/Axelrod/pull/750
1027
1029
@@ -1105,7 +1107,6 @@ State distribution functions, new strategies and minor test fix.
1105
1107
- Minor fix of a test that would sometimes fail due to floating point error.
1106
1108
https://github.com/Axelrod-Python/Axelrod/pull/725
1107
1109
1108
-
1109
1110
Here are all the commits for this PR:
1110
1111
https://github.com/Axelrod-Python/Axelrod/compare/v1.10.0...v1.11.0
1111
1112
@@ -1129,7 +1130,6 @@ conduct as well as minor fixes.
1129
1130
- Fix of link in docs:
1130
1131
https://github.com/Axelrod-Python/Axelrod/pull/722
1131
1132
1132
-
1133
1133
Here are all the commits for this PR:
1134
1134
https://github.com/Axelrod-Python/Axelrod/compare/v1.9.0...v1.10.0
1135
1135
@@ -1239,7 +1239,6 @@ Bug fix:
1239
1239
1240
1240
- The finite state machines were not reseting state properly.
1241
1241
1242
-
1243
1242
Here are all the commits for this PR:
1244
1243
https://github.com/Axelrod-Python/Axelrod/compare/v1.2.0...v1.3.0
1245
1244
0 commit comments