Changelog

All notable changes to this project will be documented in this file.

Version 0.0.2 (August 16, 2023)

Added

  • Introduce pokerkit.utilities.CardsLike and pokerkit.utilities.ValuesLike type aliases to simplify type annotations of various methods.

Version 0.0.1 (August 7, 2023)

Changed

  • Modify the methods that only accepted an iterable of Card so they can accept any card-like object.

  • Make the protected attributes of the instances of the Hand type and its descendants public.

  • Move pokerkit.state.State._clean_cards and pokerkit.games.Game._clean_values to pokerkit.utilities.