Skip to content

Releases: ImparaAI/checkers

Version 1.4.2

18 Oct 01:31
ea13aea
Compare
Choose a tag to compare
  • Fix import line in readme
  • Adding a contributing markdown file

Version 1.4.1

14 Nov 01:21
767e766
Compare
Choose a tag to compare
  • Dropping python 3.3 support to avoid travis bugs

Version 1.4.0

14 Nov 01:07
d8bad61
Compare
Choose a tag to compare
  • Changing from a hard move limit to a limit of 40 moves without a capture
  • Various formatting and cleanup

Version 1.3.0

08 Nov 01:20
fa8fb8d
Compare
Choose a tag to compare
  • 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

15 Sep 01:17
3955687
Compare
Choose a tag to compare
  • Including readme and license files in python package distribution

Version 1.2.1

14 Sep 22:34
7fe2a51
Compare
Choose a tag to compare
  • Avoiding redeploying to travis multiple times for different python ve

Version 1.2.0

14 Sep 22:21
1c8e5ef
Compare
Choose a tag to compare

Fixing travis pypi deploy encryoted password

Version 1.1.0

14 Sep 22:08
88fc0a8
Compare
Choose a tag to compare
  • Autodeploying travis tag builds to pypi

Version 1.0.0

14 Sep 20:59
18b5a52
Compare
Choose a tag to compare
v1.0.0

Adding pypi and versioning (#2)