Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
In#7396 /#7483 we bumped the minimum numpy version to 1.7.1. We have a number of workarounds in the code base which should be removed
From master:
09:41 $ ack -i 'numpy.*1\.6' --pythonlib/matplotlib/cbook.py2585:# Numpy > 1.6.x deprecates putmask in favor of the new copyto.lib/matplotlib/tri/triinterpolate.py1270: # - it is new in numpy 1.6lib/matplotlib/category.py17:# pure hack for numpy 1.6 support83: """Helper function for numpy 1.6, can be replaced withlib/matplotlib/tests/test_category.py160: # Image test would fail on numpy 1.6lib/matplotlib/colors.py179: # Python 2.7 / numpy 1.6 apparently require this to return builtin floats,
I would prefer is we not backport these for 2.0 (just being excessively conservative).
attn@story645