Skip to content

Commit

Permalink
Release 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed May 25, 2021
1 parent 974e850 commit d810261
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# v4.11.0, 2021-05-25

A number of improvements to documentation, a new strategy, removing the cheating
strategies and a number of internal fixes.

- Use black style formatting
https://github.com/Axelrod-Python/Axelrod/pull/1368
- Move to `dev` as main branch
https://github.com/Axelrod-Python/Axelrod/pull/1367
- Tests refactor
https://github.com/Axelrod-Python/Axelrod/pull/1372
https://github.com/Axelrod-Python/Axelrod/pull/1373
- Improved docstrings
https://github.com/Axelrod-Python/Axelrod/pull/1377
https://github.com/Axelrod-Python/Axelrod/pull/1381
- Add publications
https://github.com/Axelrod-Python/Axelrod/pull/1378
https://github.com/Axelrod-Python/Axelrod/pull/1384
- Bump pyaml
https://github.com/Axelrod-Python/Axelrod/pull/1380
- Add new FSM
https://github.com/Axelrod-Python/Axelrod/pull/1383
- Update some type hinting
https://github.com/Axelrod-Python/Axelrod/pull/1385
- Remove cheating strategies
https://github.com/Axelrod-Python/Axelrod/pull/1388

https://github.com/Axelrod-Python/Axelrod/compare/v4.11.0...v4.10.0

# v4.10.0, 2020-08-12

Major rewrite of the random seeding (which fixes a reproducibility bug when
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.10.0"
__version__ = "4.11.0"

0 comments on commit d810261

Please sign in to comment.