Skip to content

Releases: SirRender00/texasholdem

texasholdem v0.11.0

Choose a tag to compare

@SirRender00 SirRender00 released this 21 Sep 16:47

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.1

texasholdem v0.10.0

Choose a tag to compare

@SirRender00 SirRender00 released this 03 Jul 21:06
44e432e

Changes in 0.10.0

Features

  • New method TexasHoldEm.copy which will construct a copy of the game state.
  • Added available actions printing in the TextGUI.

texasholdem v0.10-alpha.1

Pre-release

Choose a tag to compare

@SirRender00 SirRender00 released this 19 Jun 20:42

Changes in 0.10-alpha.1

Features

  • New method TexasHoldEm.copy which will construct a copy of the game state.
  • Added available actions printing in the TextGUI.

texasholdem v0.10-alpha.0

Pre-release

Choose a tag to compare

@SirRender00 SirRender00 released this 18 Jun 20:34

Changes in 0.10-alpha.0

Features

  • New method TexasHoldEm.copy which will construct a copy of the game state.
  • Added available actions printing in the TextGUI.

texasholdem v0.9.0

Choose a tag to compare

@SirRender00 SirRender00 released this 13 Mar 21:03

Changes in 0.9.0

Features

  • New class texasholdem.game.move.MoveIterator which is a special collection of moves which includes attributes such as action_types and raise_range. Also supports iteration and checking for membership with the in operator. Use the sample() method to sample from the collection.
  • New method texasholdem.game.game.TexasHoldEm.get_available_moves() which returns a MoveIterator of the available moves for the current player.

texasholdem v0.8.1

Choose a tag to compare

@SirRender00 SirRender00 released this 01 Mar 19:29
fa91706

Changes in 0.8.1

Fixes

  • Fixes #145: Fixes a bug where the random agent would not go ALL_IN even though it was a valid action.

texasholdem v0.7.3

Choose a tag to compare

@SirRender00 SirRender00 released this 01 Mar 19:25
469adf7

Changes in 0.7.3

Fixes

  • Fixes #145: Fixes a bug where the random agent would not go ALL_IN even though it was a valid action.

texasholdem v0.8.0

Choose a tag to compare

@SirRender00 SirRender00 released this 07 Nov 01:16

Changes in 0.8.0

Other

  • Bumped test suite python dependency from 3.10 to 3.11
  • Adds support for python 3.11 for Windows

texasholdem v0.8-alpha.0

Pre-release

Choose a tag to compare

@SirRender00 SirRender00 released this 03 Nov 05:47

Changelog

Other Changes

  • Bumped test suite python dependency from 3.10 to 3.11

texasholdem v0.7.2

Choose a tag to compare

@SirRender00 SirRender00 released this 07 Jun 07:17
abccf59

Change Log

Fixes

  • Actually support python 3.8 by using List, Type, Dict, Tuple, etc. instead of the lowercase versions.
  • Updates the minimum python dependency from 3.7 to 3.8