Dominic Price

Results 19 comments of Dominic Price

Hi, sorry yeah that is just a leftover hardcoded path! Fixing now, will be on pypi this evening :)

hopefully fixed in 0.5.1 https://pypi.org/project/endplay/

If you didn't remove the package before, I think pip needs the `--upgrade` flag to upgrade an already installed package. Otherwise let me know what os/python version you have and...

Hiya, Apologies for the late reply. There's no inbuilt way of doing this at the moment, but I agree it is a potentially useful feature. The `generate_deal` function is a...

Hi, hmm seems like there might be some version mismatching going on. Are you attempting to build from source? I will boot up my windows machine and see if I...

investigating now, looks like wheels aren't being created at the moment

hopefully wheels are now deployed for v0.5.8

There is a `pprint` method on some classes too (`Hand`, `Deal`, `DDTable`) I think, which prints in a diagram format. In general, I prefer `__str__` to semantically mean "create a...

A draft implementation of this is now active in `.github/workflows`. There are still a few hoops to jump through though: - [ ] Build 32-bit wheels on Linux - [...