Releases: SirRender00/texasholdem
Releases · SirRender00/texasholdem
texasholdem v0.11.0
What's Changed
- 0.10 by @SirRender00 in #206
- Bump pytest from 7.3.2 to 7.4.0 by @dependabot in #204
- add property by @LucasColas in #194
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #210
- Bump coverage from 7.2.7 to 7.3.0 by @dependabot in #213
- Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 by @dependabot in #214
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #215
- Bump sphinx from 6.2.1 to 7.1.2 by @dependabot in #216
- Bump black from 23.7.0 to 23.9.1 by @dependabot in #220
- Bump urllib3 from 2.0.3 to 2.0.7 by @dependabot in #225
- Bump pylint from 2.17.4 to 3.0.2 by @dependabot in #227
- Bump black from 23.9.1 to 23.12.1 by @dependabot in #235
- Bump windows-curses from 2.3.1 to 2.3.2 by @dependabot in #230
- Bump coverage from 7.3.0 to 7.3.4 by @dependabot in #236
- Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 by @dependabot in #232
- Bump coverage from 7.3.4 to 7.4.0 by @dependabot in #237
- Bump pytest from 7.4.0 to 8.0.0 by @dependabot in #241
- Bump pytest from 8.0.0 to 8.1.1 by @dependabot in #250
- Bump pylint from 3.0.2 to 3.1.0 by @dependabot in #247
- feat: update to use python3.12 by @SirRender00 in #254
- bump to 0.11.0 by @SirRender00 in #255
- Bump idna from 3.6 to 3.7 by @dependabot in #257
- Bump coverage from 7.4.4 to 7.5.1 by @dependabot in #262
- Bump pytest from 8.1.1 to 8.2.0 by @dependabot in #261
- Bump windows-curses from 2.3.2 to 2.3.3 by @dependabot in #265
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #263
- Bump pylint from 3.1.0 to 3.2.6 by @dependabot in #277
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #274
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #268
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #272
- Bump zipp from 3.18.1 to 3.19.1 by @dependabot in #275
- Bump pytest from 8.2.0 to 8.3.3 by @dependabot in #282
New Contributors
- @LucasColas made their first contribution in #194
Full Changelog: v0.10.0...v0.11.1
texasholdem v0.10.0
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
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
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
Changes in 0.9.0
Features
- New class
texasholdem.game.move.MoveIterator
which is a special collection of moves which includes attributes such asaction_types
andraise_range
. Also supports iteration and checking for membership with thein
operator. Use thesample()
method to sample from the collection. - New method
texasholdem.game.game.TexasHoldEm.get_available_moves()
which returns aMoveIterator
of the available moves for the current player.
texasholdem v0.8.1
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
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
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
Changelog
Other Changes
- Bumped test suite python dependency from 3.10 to 3.11
texasholdem v0.7.2
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