Results 213 issues of Antony Lee

`scikit-image` (https://pypi.python.org/pypi/scikit-image) depends on `dask[array]` (https://pypi.python.org/pypi/dask) (not visible on PyPI but this can be checked by installing in a clean venv). `dask[array]` itself depends on `toolz` and `numpy`. pipdeptree does...

tobeconfirmed

(This also means declaring the function signatures ourselves.) This is a proposed fix for https://github.com/devernay/cminpack/issues/12#issuecomment-886528582, taking into account the blas/cblas difference mentioned at https://github.com/devernay/cminpack/issues/12#issuecomment-886608220. I think avoiding having to maintain...

Even if you do not want to bother with generating Py3.8 wheels yourself, at least uploading a sdist on PyPI would allow users to build the package locally.

This can be checked using auditwheel ``` $ auditwheel show prox_tv-3.3.0-cp37-cp37m-manylinux1_x86_64.whl prox_tv-3.3.0-cp37-cp37m-manylinux1_x86_64.whl is consistent with the following platform tag: "linux_x86_64". The wheel references external versioned symbols in these system- provided...

For the TV1_1D case, it is well-known that the solution becomes completely constant at a finite value of lambda, which is (IIRC) the maximum absolute value of `(D.Dt)^-1(Dx)` (where D...

* PrettyPrinter version: 0.18 * Python version: 3.10 * Operating System: Linux ### Description Trying to prettyprint a PIL.Image.Image *in an IPython console* results in an AssertionError (no such error...

* PrettyPrinter version: 0.18.0 * Python version: 3.0 * Operating System: linux ### Description The prettyrepr of {IntEnum,Flag,IntFlag} instances is less than optimal. ### What I Did ``` from enum...

* PrettyPrinter version: 0.17 * Python version: 38 * Operating System: linux ### Description As in the title. ### What I Did ```python from prettyprinter import pprint pprint({ (1, 2,...

* PrettyPrinter version: 0.18.0 * Python version: 3.7 * Operating System: Fedora Linux ### Description Prettyprinting an IPython.core.magics.execution.TimeitResult crashes prettyprinter. That class is defined at https://github.com/ipython/ipython/blob/master/IPython/core/magics/execution.py. ### What I Did...