Backport #3242: handle NumPy 1.15 warnings in dependencies#3304
Backport #3242: handle NumPy 1.15 warnings in dependencies#3304soupault merged 6 commits intoscikit-image:v0.14.xfrom
Conversation
|
Hello @jni! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on August 15, 2018 at 03:04 Hours UTC |
|
Ah! I remember seeing @soupault's lamentation about manual backporting but then neglected to do anything about it! LOL I'll try to tack those commits onto this PR. |
|
#3238 has been merged. Looking forward to seeing this rebased :) |
TODO.txt
Outdated
| once minimal required ``numpy`` is set to >= 1.14.0. | ||
| * Remove deprecated ``Hxx, Hxy, Hyy`` API of ``hessian_matrix_eigvals`` in | ||
| ``skimage.feature.corner``. | ||
| * Monitor when ``matplotlib`` releases a version greater than 2.2.2 and test |
| export QT_API=pyside | ||
| # Now configure Matplotlib to use Qt5 | ||
| elif [[ "${QT}" == "PyQt5" ]]; then | ||
| pip install --retries 3 -q $PIP_FLAGS pyqt5 |
|
Rebased, and added @hmaarrfk's fixes. Thanks to both! |
|
Alright a little more green. Are we still supporting 3.4? |
|
Very good question. I would not remove it unless strictly necessary. But it's also true that if you're on 3 at all, you're very likely to be on 3.5+ these days. |
|
I thin kthe issues stem from tuple unpacking. |
python 2.7 fixes for numpy 1.15
Codecov Report
@@ Coverage Diff @@
## v0.14.x #3304 +/- ##
==========================================
Coverage ? 85.93%
==========================================
Files ? 336
Lines ? 27379
Branches ? 0
==========================================
Hits ? 23527
Misses ? 3852
Partials ? 0
Continue to review full report at Codecov.
|
|
So. much. green. |
|
😍 💚 💚 💚 💚 😍 I'll let you do the honours, @soupault! |
See #3242 for details.