Releases: ImparaAI/checkers
Releases · ImparaAI/checkers
Version 1.4.2
- Fix import line in readme
- Adding a contributing markdown file
Version 1.4.1
- Dropping python 3.3 support to avoid travis bugs
Version 1.4.0
- Changing from a hard move limit to a limit of 40 moves without a capture
- Various formatting and cleanup
Version 1.3.0
- Removing the boards property on the game as this could get pretty big. If you need the board history, you can store the list of boards locally.
- Avoiding recalculating possible moves for pieces that have already done the work
Version 1.2.2
- Including readme and license files in python package distribution
Version 1.2.1
- Avoiding redeploying to travis multiple times for different python ve
Version 1.2.0
Fixing travis pypi deploy encryoted password
Version 1.1.0
- Autodeploying travis tag builds to pypi
Version 1.0.0
v1.0.0 Adding pypi and versioning (#2)