Releases: uoftcprg/pokerkit
Releases · uoftcprg/pokerkit
v0.4.7
Changed
- If there are multiple pots (main + side),
pokerkit.state.State.push_chips
must be called multiple times. - Custom automations is passed through constructor for
pokerkit.notation.HandHistory
. - Support rakes.
v0.4.6
Changed
- Collapse pots (main + side) that have the same players in the
pokerkit.state.State.pots
property. - Allow default automations to be overridden in
pokerkit.notation.HandHistory.create_game
and
pokerkit.notation.HandHistory.create_game
.
v0.4.5
Changed
- Fix incorrect type annotation for class attribute
optional_field_names
in
optional_field_names
inpokerkit.notation.HandHistory
. - Operation queries also catches
UserWarning
.
v0.4.4
Added
- Add class attributes
game_field_names
andignored_field_names
to
pokerkit.notation.HandHistory
.
Changed
- Remove class attributes
game_field_names
andignored_field_names
from
pokerkit.notation.HandHistory
v0.4.3
Added
- New .phh optional fields:
time_zone
v0.4.2
Added
- New .phh optional fields:
time
,time_limit
,time_banks
,level
.
v0.4.1
Added
- New .phh optional fields:
url
,city
,region
,postal_code
,
country
.
Changed
ante_trimming_status
now an optional field for .phh files.
v0.4.0
Changed
- When not enough card to deal everybody hole cards, a board dealing is done.
- Showdown can specify what cards the player showed.
- More generous state operations when it comes to cards. Some things that were
errors are now warnings. - When all-in, cards are shown via
show_or_muck_hole_cards
. None
is no longerValuesLike
orCardsLike
.
Added
- Cards with unknown rank or suit.
float
compatibility (without static typing support).- Poker action notation support.
- Poker hand history file format (.phh) support.
v0.3.2
Changed
- When saving state configuration,
player_count
is not saved.
v0.3.1
Added
- Allow state configuration to be saved.