Eric Larson
Eric Larson
Thanks for the review, comments addressed @scoder !
I think this is working on latest `master` so I'll close
> Do you have a reproducing example? Not exactly minimal but if you `pip install mne mne-qt-browser` you should be able to do this (just replicated on PySide 6.7.3 from...
No idea what the underlying issue is, but it would be nice not to get these messages somehow!
Plotting connectivity matrices with both negative and positive values should change default colorbar
> How do people feel about adding similar behaviour to plot_connectivity_circle? Sounds good to me!
As with #245 I wonder if this could be done easily enough with some call to `ax.legend(...)` after the figure is created? That way users have the flexibility to decide...
> My preference is to overload the existing reader function, and (for now) only triage based on .seizure extension (since it's the only one we know our users want supported)....
Our policy has always been to only support one version back and no father. There are probably other breakages with other packages in 1.2 for example and it'll increase maintenance...
Also I think that might be a misreading of SPEC0. I think it is meant to say that a MNE released today should work with latest NumPy back to the...
> pin numpy yourself to whatever is MNE-1.4 compatible, or I think this is fine. If you really want to use an old version of any library you're going to...