Changelog¶
All notable changes to this project will be documented in this file.
Version 0.0.2 (August 16, 2023)¶
Added
Introduce
pokerkit.utilities.CardsLikeandpokerkit.utilities.ValuesLiketype 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
Cardso they can accept any card-like object.Make the protected attributes of the instances of the
Handtype and its descendants public.Move
pokerkit.state.State._clean_cardsandpokerkit.games.Game._clean_valuestopokerkit.utilities.