Skip to content

Releases: jpetrucciani/gamble

0.14.0

04 Aug 16:03
Compare
Choose a tag to compare

this updates some pypi metadata, and swaps to a more standard versioning scheme

swap simplenamespaces -> dataclasses

08 Mar 20:07
Compare
Choose a tag to compare
0.13

swap simplenamespaces to dataclasses for cards

poetry rework, add base documentation

08 Mar 02:54
Compare
Choose a tag to compare
0.12

fix deployment workflow

Update supported python versions

02 Dec 16:50
f15b19f
Compare
Choose a tag to compare
0.11

update supported python versions, update actions (#18)

Adding Royal Flush

10 Oct 21:35
a700cf3
Compare
Choose a tag to compare

This release adds Royal Flush checks for Poker Hands thanks to @bfly! (#14)

Adding support for python 3.9 and 3.10

08 Oct 00:34
d514495
Compare
Choose a tag to compare
0.9

add python 3.10 to testing, update shell.nix (#13)

Fixing a bug with the D notation parser

29 Oct 22:48
5c3aaf9
Compare
Choose a tag to compare

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

29 Oct 22:26
abcfefa
Compare
Choose a tag to compare

This tests the new release flow for GitHub Actions

Adding Hands, Poker Ranks, and Hand Comparison

02 Sep 02:01
Compare
Choose a tag to compare

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

01 Sep 18:49
Compare
Choose a tag to compare

This release adds Playing Cards, Decks, and tests for everything written so far.