Releases: jpetrucciani/gamble
Releases · jpetrucciani/gamble
0.14.0
swap simplenamespaces -> dataclasses
0.13 swap simplenamespaces to dataclasses for cards
poetry rework, add base documentation
0.12 fix deployment workflow
Update supported python versions
0.11 update supported python versions, update actions (#18)
Adding Royal Flush
Adding support for python 3.9 and 3.10
0.9 add python 3.10 to testing, update shell.nix (#13)
Fixing a bug with the D notation parser
This fixes an issue (and adds tests for) where d
could be passed to the D notation parser and would result in a die that would always return 0.
Switching from Travis-CI to GitHub Actions
This tests the new release flow for GitHub Actions
Adding Hands, Poker Ranks, and Hand Comparison
This release adds a ton of poker related functionality (albeit not complete), as well as tests to bring everything back up to 100% coverage.
Adding Playing Cards and Decks
This release adds Playing Cards, Decks, and tests for everything written so far.