-
Notifications
You must be signed in to change notification settings - Fork 52
Future incompatibility with MPL #83
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
Comments
I'm getting a depreciation warning from Matplotlib when I use cmocean because of |
@kthyng any chance you could give a status on this ? |
@neutrinoceros So sorry I've been unresponsive! It's hard to find the time for this at the moment. If you do have the bandwidth for a PR I'll be more responsive. Otherwise I'll aim to work on it in the time frame of the next month. Sorry I can't be faster! |
I'm still happy to give it a go. I'm going to aim at delivering a PR before next week ! |
Thanks @neutrinoceros! |
Any chance a new release can be put out with this fix in it? |
@dstansby, @neutrinoceros, @camUrban — There is a new release for cmocean on PyPI now! Sorry for the delay — I think I had a plan to do this earlier but didn't end up getting back to it when I thought I would. The new version is still propagating to conda-forge but hopefully will in the next day. |
Amazing, thanks a lot 😄 |
Uh oh!
There was an error while loading. Please reload this page.
Just wanted to warn you about the pending deprecation of some functions in the
matplotlib.cm
namespace that are used in cmocean, likeregister_cmap
matplotlib/matplotlib#23668
If it's any help, here's the patch I wrote to adapt to these deprecations in
yt
yt-project/yt#4089
I can also submit a PR here if you lack time for this.
The text was updated successfully, but these errors were encountered: