Changelog
v0.3.0 (2024/12/01)
This is a major update with breaking changes throughout the package. The changes ensure we can implement new bets and make the strategies much easier for new and old users alike, building for the future of the package.
What’s Changed
Changes for Type Hinting by @amortization in https://github.com/skent259/crapssim/pull/3
Added a Fire bet by @amortization in https://github.com/skent259/crapssim/pull/12
Create .gitattributes by @skent259 in https://github.com/skent259/crapssim/pull/15
Make gitattriuutes by @skent259 in https://github.com/skent259/crapssim/pull/17
Improve Table Payouts per issue #13 by @amortization in https://github.com/skent259/crapssim/pull/18
Removed the Python directory as it currently isn’t documented or used… by @amortization in https://github.com/skent259/crapssim/pull/9
Changed how Odds bets work and how Bets are queried by Player by @amortization in https://github.com/skent259/crapssim/pull/20
Strategy rewrite by @amortization in https://github.com/skent259/crapssim/pull/29
Bet changes Supersedes #19 by @amortization in https://github.com/skent259/crapssim/pull/30
Add crapssim development install instructions by @skent259 in https://github.com/skent259/crapssim/pull/22
Clean up Bet module by @skent259 in https://github.com/skent259/crapssim/pull/36
Add All, Tall, and Small bets by @skent259 in https://github.com/skent259/crapssim/pull/37
Add more bet changes by @skent259 in https://github.com/skent259/crapssim/pull/41
Update dice and table for better randomization. by @skent259 in https://github.com/skent259/crapssim/pull/42
Clean up strategy module by @skent259 in https://github.com/skent259/crapssim/pull/44
Incorporate dev updates for version 0.3.0 by @skent259 in https://github.com/skent259/crapssim/pull/45
New Contributors
@amortization made their first contribution in https://github.com/skent259/crapssim/pull/3
Full Changelog: https://github.com/skent259/crapssim/compare/v0.2.0…v0.3.0
v0.2.0 (2021/03/07)
v0.2.0 improves on the UI of v0.1.0 by clarifying internal vs external functions, improving documentation, and other minor changes.
v0.1.1 (2021/03/07)
Small changes in addition to v0.1.1
v0.1.0
Initial version