Daniel McCloy

Results 66 issues of Daniel McCloy

cc @AJQuinn. When I get around to this, I'll ping you to test/review.

ENH

~~WIP.~~ The goal here is to copy the new Spectrum API into the time-frequency analysis code. Briefly this means (1) a new class `RawTFR`, (2) new instance methods `[raw,epochs,evoked].compute_tfr()`, (3)...

EOSS4

I stumbled upon this today, which should have changed between 1.5 and 1.6: https://github.com/mne-tools/mne-python/blob/7bf1b4ab70404a9f0b3cf00783a06e1ce9e0c272/mne/_fiff/pick.py#L310-L337 change probably should be backported. I've tweaked the release wiki's deprecation section to include a reminder...

### Proposed documentation enhancement we should update https://mne.tools/dev/development/contributing.html#deprecate-with-a-decorator-or-a-warning to have a docstring in the example function, that shows how to use our sphinx roles etc within the param descriptions.

DOC

### Proposed documentation enhancement In the "background on filtering" tutorial, the "Power line noise" section used to show all 3 sensor types, now it only shows mag because at some...

DOC

#1354 adds a version warning bar in addition to our announcement bar. It would be nice if users could click an X to dismiss the announcements/warnings (they take up quite...

kind: enhancement
needs: discussion
tag: UX

(supercedes) closes #705 closes #1092 WIP to fix the problem of the RTD version switcher disappearing on pages where the left sidebar is suppressed. The solution here is to piggyback...

we use the `release` value and not the `version` value from `conf.py` to decide whether to show a version warning banner. We are assuming folks follow what is stated in...

good first issue
kind: documentation

It's a CI action that runs our pre-commit hooks in a CI action, and can be configured to auto-fix some failures. https://pre-commit.ci/ Would have saved some effort in #1711, for...

In working on https://github.com/scipy/scipy/pull/16660 I discovered that our theme is parallel-write unsafe (see esp. [this comment](https://github.com/scipy/scipy/pull/16660#issuecomment-1888055872), and the PR description of #1642 where I mark the theme as parallel-write unsafe)....

help wanted
impact: high
kind: maintenance