Henry Schreiner

Results 2507 comments of Henry Schreiner

I've thought about this a bit before and was already mildly in favor of it. Especially since you define a limit here; all operations a histogram supports should also be...

I think this would actually make things like #261 (the adding different storages) easier. If we make different weight views addable, we can do the addition in Python instead of...

Adding weight views is supported as of #368. Still are some missing operators, though.

So we need to be able to support the basic operators (addition, division, etc) between to views and between a view and a scalar/array (in some cases). These can be...

The problems with the output are likely https://github.com/pypa/cibuildwheel/issues/1161?

I’ll see if I can easily add a test for missing colorama when I’m at a computer. edit: code looks simpler now, I think one PR for the two fixes...

@gaborbernat or anyone else, is there an easy way to run an "uninstall colorama" only on windows in tox? Would keep from having to list the test deps again, which...

Ahh, it's a warning not an error code? Then no.

We don’t need to make the coverage pass. I’m traveling till the 27th so can only try a little bit here and there. Currently it seems like the coverage info...

@gaborbernat I'd like your sign-off on this, especially since I touched the tox config quite a bit. We now produce coverage info from all the runs, and use the `coverage`...