Henry Schreiner

Results 2521 comments of Henry Schreiner

Improving the docs here would be great! A small discussion of how to compute different quantities of interest would be ideal. :)

The change only landed in NumPy quite recently from what I understand. If you didn’t have to use a pybind11 branch, it shouldn’t have worked, I believe (regardless of if...

Suggested API (rebinning): ```python class Rebinner: def __call__(self, axis: PlottableAxis) -> Sequence[int] | Mapping[int | str, Sequence[int | str]]: """ axis: axis object """ ``` On Regular, Variable, Integer axes,...

narrow version needs bigimg fix

A way to theme these would be nice, as well (a way to set the default colors - maybe a yaml / toml front matter / stylesheet ?). By the...

And how do you plan to build it? Other packages don't build anything, they just point at Python source code.

I was really worried about breaking prompts, but I think that's not as bad these days. In 3.13 Python will even fix the REPL for you if color leaks. Maybe...

Thanks, that seems to be it! It was being very picky about other things, so I assumed it would be catching things like that, so didn't check as carefully. It...

Might be expected, but setuptools_scm is not working, `0.1.dev1` is the version.