Open
Description
For the moment, all feature requests/items on the todo list are enumerated here so that I don't lose track of them
- Option to automatically fill a deal (i.e. if three hands are specified then the remaining cards are dealt to the last player)
- Mention in the docs which direction the par score is calculated for
- In
run_script
, when a particular vulnerability/dealer is selected, ensure that the board numbers associated with each board ensure that this is always respected - Add vulnerability/dealer as options to run_script
- Move warnings and errors in to their own categories, rather than throwing
RuntimeError
andUserWarning
objects everywhere - Increase accuracy of
endplay.dealer
script compared to original dealer program (ensure all original examples run correctly and outputs match)