Results 637 comments of Antony Lee

My JS-skills are (literally) non-existent, so I'll just post a suggested patch here ```patch diff --git i/bin/cli.js w/bin/cli.js index 2755390..8f0414a 100755 --- i/bin/cli.js +++ w/bin/cli.js @@ -70,9 +70,11 @@ async...

Apparently there is, see e.g. https://stackoverflow.com/questions/32054964/how-to-use-the-pubmed-api-to-search-for-an-article-with-an-exact-title (https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&retmode=json&retmax=1000&term=The%20cost-effectiveness%20of%20mirtazapine%20versus%20paroxetine%20in%20treating%20people%20with%20depression%20in%20primary%20care&field=title and https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&retmode=json&retmax=1000&id=15107654) and also https://www.ncbi.nlm.nih.gov/books/NBK25501/, https://biopython.org/docs/dev/api/Bio.Entrez.html (for example). (Sorry for just dumping these links in unstructured form...)

I thought a solid white background would work decently in all cases? (It's perhaps not optimal for dark backgrounds, but still better than the statu quo.)

Yes, this is with Pillow 2.5.0, Python 3.4. I actually haven't tested this with PIL.

The [Image file formats](http://pillow.readthedocs.org/en/latest/handbook/image-file-formats.html#tiff) doc does not mention this limitation. Is this a non-standard TIFF format? (I don't know.)

I see that the scaling problem has been recently fixed for meijering() in #6149, thanks for that :) However, unless I am mistaken, the exact same problem also applies for...

Updated the test, for reference the result is now ![out](https://user-images.githubusercontent.com/1322974/183301883-561af880-61b2-42c3-ac18-38b6f480c4fd.png) I would prefer leaving the renaming of hessian_matrix_eigvals to a separate PR, as it's not really directly related. I think...

Thank you for checking, I agree that the optimal alpha should be -1/4 in the 3D case (from plugging the equations into sympy). If we were sorting by the eigenvalues...