-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Update mpl_toolkits.gtktools. #6554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 [email protected]
|
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).