Skip to content

Releases: uoftcprg/pokerkit

v0.4.5

05 Jan 12:35
Compare
Choose a tag to compare

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

01 Jan 08:57
Compare
Choose a tag to compare

Added

  • Add class attributes game_field_names and ignored_field_names to
    pokerkit.notation.HandHistory.

Changed

  • Remove class attributes game_field_names and ignored_field_names from
    pokerkit.notation.HandHistory

v0.4.3

18 Dec 04:12
Compare
Choose a tag to compare

Added

  • New .phh optional fields: time_zone

v0.4.2

16 Dec 02:42
Compare
Choose a tag to compare

Added

  • New .phh optional fields: time, time_limit, time_banks, level.

v0.4.1

13 Dec 05:09
Compare
Choose a tag to compare

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

11 Dec 10:19
Compare
Choose a tag to compare

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 longer ValuesLike or CardsLike.

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

04 Dec 16:12
Compare
Choose a tag to compare

Changed

  • When saving state configuration, player_count is not saved.

v0.3.1

04 Dec 06:02
Compare
Choose a tag to compare

Added

  • Allow state configuration to be saved.

v0.3.0

07 Oct 11:57
Compare
Choose a tag to compare

Changed

  • Call unittest.main in unit test files when executed as __main__.
  • Move the automations parameter to be the first parameter of
    pokerkit.state.State.

v0.2.1

29 Sep 01:39
Compare
Choose a tag to compare

Changed

  • Make pokerkit.state.Operation available as pokerkit.Operation by
    importing it in pokerkit.__init__.