Scott Shambaugh

Results 119 comments of Scott Shambaugh

Hi @AlecVercruysse, these changes look good to me. Could you add another image test for this behavior so we catch future regressions? The one in your most recent comment looks...

Yes, this is a bugfix and has no API changes so I think this is appropriate for a patch release.

Thank you @rgommers and @JozsefKutas, that worked! After changing my config with `git config --global core.autocrlf input` and re-pulling the repository in WSL, I am no longer seeing this error...

Thank you all for the pointers! @gjoseph92 attached is the speedscope profile of my original code which you can unzip to json and load with https://www.speedscope.app/ to examine. It does...

Hey @MischaMegens2, it's got my approval. For MRs we require approvals from 2 maintainers and active consensus if there is disagreement before they can be merged in. It can be...

Function is below. I tend to think that all of the `isclose` and the `allclose` comparisons here should just be exact comparisons, to avoid issues like above. Floating point equality...

> this variation spoils a nice feature of the original Arcball (as Scott Shambaugh pointed out): if you move the mouse back the original point on the screen, this would...

Throwing my +1 for some sort of native jittering, it's something I go to reach for fairly often and rediscover that it's not implemented. Was reading https://nightingaledvs.com/ive-stopped-using-box-plots-should-you/ (and somewhat related...

Scatter plots already handle categorical data seamlessly, so we already have the "stripplot" functionality. I agree with @tacaswell that it makes sense to restrict this to categorical data. Perhaps adding...