Eric Larson
Eric Larson
Yasa [can't be imported](https://github.com/mne-tools/mne-installers/actions/runs/9663439145/job/26656079290?pr=274#step:9:1447) with latest `scipy`: ``` File "/home/runner/mne-python/1.7.1_0/lib/python3.12/site-packages/yasa/spectral.py", line 10, in from scipy.integrate import simps ImportError: cannot import name 'simps' from 'scipy.integrate' (/home/runner/mne-python/1.7.1_0/lib/python3.12/site-packages/scipy/integrate/__init__.py). Did you mean: 'simpson'? ```...
Over in https://github.com/h5py/h5py/pull/2444 the GitHub actions logs get clogged with hundreds/thousands of: ``` warning: h5py/api_types_hdf5.pxd:710:2: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider...
In https://github.com/mne-tools/mne-qt-browser/pull/263 I noticed that a bunch of unnecessary text shows up, so in case people don't delete it on their own let's put it in a HTML comment.
### Describe the bug In SciPy we had a bug where using pydata-sphinx-theme in serial builds was fine, but in parallel builds a `jinja` `context` did some incorrect HTML replacement....
Need to add some secrets and such but let's see how far we get with this action.
On latest MNE `main` (so you can use `--butterfly`) you can see: ``` MNE_BROWSER_BACKEND=matplotlib mne browse_raw ~/mne_data/MNE-sample-data/MEG/sample/sample_audvis_raw.fif --butterfly --clipping None ``` | matplotlib | qt | | -- | --...
In finding #270 I noticed that just opening the Settings dialog triggered 3 updates. There is no reason this is necessary, and is an unnecessary slowdown. It happens because we...
On my system I have a lot more memory compared to size of files that I open, so for almost all files precomputation runs. In theory this is a good...
I looked briefly for open issues or PRs about NumPy 2.0 and Python 3.12 compat and didn't see any. So I started digging and opened https://github.com/aforren1/ptb-wheels/pull/10, https://github.com/Psychtoolbox-3/Psychtoolbox-3/pull/843, https://github.com/aforren1/Psychtoolbox-3/pull/1 which should...
Closes #12817 Closes #12818 Also fix the neo part of https://app.circleci.com/pipelines/github/mne-tools/mne-python/25126/workflows/44f5e760-f46a-4e48-8a46-775135dcee05/jobs/68338, need to wait for Dipy to push out new wheels for other fixes.