Skip to content

Releases: SirRender00/texasholdem

texasholdem v0.11.0

21 Sep 16:47
Compare
Choose a tag to compare

What's Changed

New Contributors

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

texasholdem v0.10.0

03 Jul 21:06
44e432e
Compare
Choose a tag to compare

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

19 Jun 20:42
Compare
Choose a tag to compare
Pre-release

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

18 Jun 20:34
Compare
Choose a tag to compare
Pre-release

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

13 Mar 21:03
Compare
Choose a tag to compare

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

01 Mar 19:29
fa91706
Compare
Choose a tag to compare

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

01 Mar 19:25
469adf7
Compare
Choose a tag to compare

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

07 Nov 01:16
Compare
Choose a tag to compare

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

03 Nov 05:47
Compare
Choose a tag to compare
Pre-release

Changelog

Other Changes

  • Bumped test suite python dependency from 3.10 to 3.11

texasholdem v0.7.2

07 Jun 07:17
abccf59
Compare
Choose a tag to compare

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