Skip to content

Commit 42ecb93

Browse files
committed
Release version 4.13.1
1 parent c17a05c commit 42ecb93

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

Diff for: CHANGES.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

311
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
205213
# v4.5.0, 2019-01-31
206214

207215
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.
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-
402409
Here are all the commits for this PR:
403410
https://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-
659665
Here are all the commits for this PR:
660666
https://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-
686691
Here are all the commits for this PR:
687692
https://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-
804808
Here are all the commits for this PR:
805809
https://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
891895
internal 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-
11091110
Here are all the commits for this PR:
11101111
https://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-
11331133
Here are all the commits for this PR:
11341134
https://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-
12431242
Here are all the commits for this PR:
12441243
https://github.com/Axelrod-Python/Axelrod/compare/v1.2.0...v1.3.0
12451244

Diff for: axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.14.0"
1+
__version__ = "4.13.1"

0 commit comments

Comments
 (0)