Closed genos closed 2 years ago
👋 Pinging on this
Hi! Thank you for all the work you've put in here - I'll finalize this and bump the version this week (it has, quite honestly, been so long that I've forgotten how, haha). Thank you for putting up with my slowness!
Not at all! Thanks for putting up with my annoying PRs 😆
Just noticed a typo in one of my comments; apologies!
Hi! Any movement on this?
Just merged - will cut a new release on PyPI shortly. Thank you, once again, for your contribution! It's been a bit of a difficult time for me, and it's likely that this project would not have gotten these improvements without you. I really appreciate it!
Thank you for your awesome project and kind words!
Greetings!
This is a bit of a big PR, sorry about that, but I've tried to keep the commits mostly self-contained:
.gitignore
so that we don't pick up, say, virtual environment filesrequirements.txt
pandas
since it's not used anywhererequirements.txt
into theinstall_requires
field ofsetup.py
np.quantile
instead of by-hand sorting & list creation. It also updates the tests accordingly, including using a seeded pseudorandom number generator throughout to avoid flaky testsI'd like to also push again for publishing a new version on PyPI, as the
1.0.5
version that's up is out of date.Thanks as ever for this really cool and useful project!