Results 637 comments of Antony Lee

Mostly handled by #6446, although the hessian() filter still seems wrong.

For example, consider matplotlib's tex-parser element for tex's genfrac command (`\genfrac{left_delim}{right_delim}{rulesize}{style}{num}{denum}`) -- not a full example, other `p.foo` elements are defined earlier: ```python p.genfrac

Closed by #413, AFAICT. Thanks!

(Upon further thought, I wonder whether pytest-benchmark could just arrange to run all the benchmarks in a single process at the beginning or the end of the test suite, as...

This is also something I have noticed. In my case this is because the spe file additionally includes timestamps between the frames, so the stride between frames is slightly bigger...

(and by the way, IIRC the padding is actually the timestamp (or index), so you could in theory expose it separately as metadata (I don't know to what extent imageio...

No worries, good luck with the PhD finalization :)

> Maybe the right solution here is actually to simply disallow such options in config files in the first place... While I would prefer a fix that keeps the previous...

PyPI shows the line ``` Requires matplotlib (>= 1.3.1), numpy (>= 1.7.2), scipy (>= 0.9.0), six (>= 1.7.3), networkx (>= 1.8), pillow (>= 2.1.0), dask (>= 0.5.0) ``` This dependency...

> How should overlapping matches be shown? Good point. I guess a proper approach may be to first detect overlapping matches (this can probably be done in a "sliding window"...