Update mpl_toolkits.gtktools.#6554
Conversation
|
@anntzer Thanks I am 👍 on deprecating both of these. Do you want to add that here too? |
|
Added a deprecation message. |
|
we have exceltools?!? Maybe suggest using |
|
It's literally two functions on top of xlrd; I honestly can't imagine that anyone is relying on them... anyways, mentioned openpyxl as a replacement. |
|
We changed the ctor of CallbackRegistry years ago, IIRC. A bit telling, I also have no objections to deprecating these. I didn't even mention On Wed, Jun 8, 2016 at 11:57 AM, Antony Lee notifications@github.com
|
|
This needs a rebase (not sure why). |
- On Py2, np.rec.fromarrays cannot take a unicode string as names (but this module __future__-imports unicode_strings). - CallbackRegistry ctor signature has changed.
|
done |
MNT: Update mpl_toolkits.gtktools.
|
backported to v2.x as c1410f9 |
Actually, I'd rather just deprecate/kill gtktools and exceltools, which seem completely unmaintained and with no good reason to be shipped with matplotlib... but in case someone wants to keep them there:
__future__-imports unicode_strings).