Skip to content

Releases: ImparaAI/checkers

Version 1.4.2

Choose a tag to compare

@janhartigan janhartigan released this 18 Oct 01:31
ea13aea
  • Fix import line in readme
  • Adding a contributing markdown file

Version 1.4.1

Choose a tag to compare

@janhartigan janhartigan released this 14 Nov 01:21
767e766
  • Dropping python 3.3 support to avoid travis bugs

Version 1.4.0

Choose a tag to compare

@janhartigan janhartigan released this 14 Nov 01:07
d8bad61
  • Changing from a hard move limit to a limit of 40 moves without a capture
  • Various formatting and cleanup

Version 1.3.0

Choose a tag to compare

@janhartigan janhartigan released this 08 Nov 01:20
fa8fb8d
  • 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

Choose a tag to compare

@janhartigan janhartigan released this 15 Sep 01:17
3955687
  • Including readme and license files in python package distribution

Version 1.2.1

Choose a tag to compare

@janhartigan janhartigan released this 14 Sep 22:34
7fe2a51
  • Avoiding redeploying to travis multiple times for different python ve

Version 1.2.0

Choose a tag to compare

@janhartigan janhartigan released this 14 Sep 22:21
1c8e5ef

Fixing travis pypi deploy encryoted password

Version 1.1.0

Choose a tag to compare

@janhartigan janhartigan released this 14 Sep 22:08
88fc0a8
  • Autodeploying travis tag builds to pypi

Version 1.0.0

Choose a tag to compare

@janhartigan janhartigan released this 14 Sep 20:59
18b5a52
v1.0.0

Adding pypi and versioning (#2)