Henry Schreiner

Results 2513 comments of Henry Schreiner

Unless you are running inside a manylinux docker container, how would you deduce a platform? An arbitrary linux machine is not a safe place to build wheels; you should be...

(This does depend on what you are using - if you are not using GLIBC, like with Rust, it becomes much easier, and the docker image isn't as important)

Personally stuck on the rebase. I started it, it's a pretty hefty one - the comments were not really very organized / squashed, so it was a lot of manual...

I think having the ability to rotate could be useful standalone, and a histplot2d(skylines=True) could then potentially be composed of two of these, or even if it isn't, it might...

Request: `plt.hist` has `orientation="vertical"`, histplot should have it too!

There's a mistake in the original problem code: ```diff -base = plt.gca().transData +base = ax3.transData ``` With this correction, the code above works fine. I would still recommend an `orientation="vertical"`...

Before sending edit: Yes, I wrote this before reading the middle of Jim's reply and reading that's exactly what he did. So I guess I actually had nothing to add....

This is keeping the Scikit-HEP tutorial from upgrading to Python 3.10! Any chance the restriction can be relaxed yet? 3.10 came out 10 months ago at this point.

It's landed on Github Actions, and is rolling out on Azure; I would expect it soon.

If it helps, here's the stub I'm currently using (and has already caught a bug in my code as I'm adopting confuse!): `confuse.pyi` ```python3 from typing import TypeVar, Type, overload,...