Skip to content

Commit d810261

Browse files
committed
Release 4.11.0
1 parent 974e850 commit d810261

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGES.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# v4.11.0, 2021-05-25
2+
3+
A number of improvements to documentation, a new strategy, removing the cheating
4+
strategies and a number of internal fixes.
5+
6+
- Use black style formatting
7+
https://github.com/Axelrod-Python/Axelrod/pull/1368
8+
- Move to `dev` as main branch
9+
https://github.com/Axelrod-Python/Axelrod/pull/1367
10+
- Tests refactor
11+
https://github.com/Axelrod-Python/Axelrod/pull/1372
12+
https://github.com/Axelrod-Python/Axelrod/pull/1373
13+
- Improved docstrings
14+
https://github.com/Axelrod-Python/Axelrod/pull/1377
15+
https://github.com/Axelrod-Python/Axelrod/pull/1381
16+
- Add publications
17+
https://github.com/Axelrod-Python/Axelrod/pull/1378
18+
https://github.com/Axelrod-Python/Axelrod/pull/1384
19+
- Bump pyaml
20+
https://github.com/Axelrod-Python/Axelrod/pull/1380
21+
- Add new FSM
22+
https://github.com/Axelrod-Python/Axelrod/pull/1383
23+
- Update some type hinting
24+
https://github.com/Axelrod-Python/Axelrod/pull/1385
25+
- Remove cheating strategies
26+
https://github.com/Axelrod-Python/Axelrod/pull/1388
27+
28+
https://github.com/Axelrod-Python/Axelrod/compare/v4.11.0...v4.10.0
29+
130
# v4.10.0, 2020-08-12
231

332
Major rewrite of the random seeding (which fixes a reproducibility bug when

axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.10.0"
1+
__version__ = "4.11.0"

0 commit comments

Comments
 (0)