Jody Klymak

Results 546 comments of Jody Klymak

> What's the status here? Is this dependent on mplsignal being released on PyPI? (It doesn't seem to be there yet.) I don't think this should wait for a replacement...

> > Normally the tests should only be removed when the implementations are removed too (they should be protected with with pytest.warns(...): in the meantime)? > > OK, I can...

OK, tests marked to filter deprecation warnings. I assume we don't need to wrap the individual calls to allow _other_ deprecation warnings to be caught, so this should be fine....

Just a heads up that I cannot review anything properly for a week or so. Thanks!

... there is a workaround, so perhaps not release critical.

the original issue was that the formatter was the normal formatter, not the scientific formatter. The other thing that changed is that before colorbar had its own ticking and handled...

Ooops, yes, I see. I thought `proportional` was the default, but its actually `uniform`... This is pretty clearly a case where we have gone overboard in the API having a...

Moved to draft until someone picks this up.

Thanks for the report. The dance that has to happen when axes have staggered limits like this is a bit delicate, and clearly doesn't work in this case. Its probably...

... there is a workaround, so I'll milestone 3.6, though it could easily go in a 3.6 point release as well. I probably can fix this, but it may take...