Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
MNT: Pending-deprecate setting colormap extremes in-place#30531
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
0ff2086
tob83c694
Compareb83c694
toe2090f4
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
CI is legitimately failing (in particular because with_extremes is currently implemented in terms of set_foo (on a copy)). |
Some of the test failures due to the deprecation are difficult to manage with the current architectue. I've done a fefactoring in#30577 which will make this much simpler. Putting to draft until that is merged. |
Instead use the more modern ways to specify extremes during Colormapcreation or using `with_extremes()`This is in preparation of deprecating setters inmatplotlib#30531.
Instead use the more modern ways to specify extremes during Colormapcreation or using `with_extremes()`This is in preparation of deprecating setters inmatplotlib#30531.
bf856a0
to07a46b2
ComparePermatplotlib#29141 we have the long-term plan to make colormaps immutable. As aresult, the in-place modifications have to be removed. We take thisparticularly slow with at least two minor releases of pendingdeprecation and two further releases of actual deprecations. As it'squite a common concept and migrating away will take time.
07a46b2
to224828f
Compare56c18a4
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
Per#29141 we have the long-term plan to make colormaps immutable. As a result, the in-place modifications have to be removed. We take this particularly slow with at least two minor releases of pending deprecation and two further releases of actual deprecations. As it's quite a common concept and migrating away will take time.