-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
MAINT: Post-release deprecations #12265
Conversation
@@ -322,12 +322,11 @@ def __init__( | |||
# don't allow complex output | |||
psd_funcs = dict(welch=psd_array_welch, multitaper=psd_array_multitaper) | |||
if method_kw.get("output", "") == "complex": | |||
warn( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@drammock wasn't sure if there was additional code we could remove from spectrum
now that we do not support complex
output. Can you push if so?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ha, luckily I had kept the old branch around so I just had to cherry-pick and resolve a couple small conflicts
hmm circleci and pip-pre are failing at check-Qt step, and ultraslow is failing at |
Need a merge with main which I'll do now |
* upstream/main: MRG: Use ruff-format instead of Black (mne-tools#12261) MAINT: Make selenium optional and use on CircleCI (mne-tools#12263) MAINT: Post-release deprecations (mne-tools#12265) MAINT: Replace `Path.parent.parent` with `Path.parents[N]` in tests (mne-tools#12257)
Co-authored-by: Daniel McCloy <[email protected]>
No description provided.