Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@skent259 skent259 released this 14 Feb 04:38

What's Changed

  • BREAKING: Rename strategy tools and implement new strategy modes by @skent259 in #55
    • Renamed many strategy tools. In addition, breaking change in functionality of BetPlace, and any strategy that uses BetPlace (including PlaceInside, IronCross, Hammerlock, Risk12, Place68DontCome2Odds). To keep old behavior, you need to update to BetPlace(..., strategy_mode=StrategyMode.ADD_IF_POINT_ON) for the corresponding strategy. This will have place bets working during come-out rolls.
    • Fixes PlaceInside strategy is slightly off from table conventions #52
  • Add hop bets by @skent259 in #56
  • Improve printout for verbose table run in 8508894, #49
  • Fix Simple Bets and BetIfTrue not working on Bets with persistent features (on multi sims) #48
  • Fix Table does not run properly on second call #53
  • Add BetAll, BetTall, BetSmall strategies by @skent259 in #57
  • Improve documentation by @skent259 in #50

Full Changelog: v0.3.0...v0.3.1