Eric Larson
Eric Larson
Indeed it's problematic https://output.circle-artifacts.com/output/job/62c1acc3-c225-4dcb-bdf8-94b0b70b9328/artifacts/0/site/changes.html @hoechenberger any way to make these links loudly rather than silently fail? I'm not so familiar with the `mkdocs` settings that might be the equivalent of...
Swallow this unnecessary warning that happens when closing a window on latest PySide6: ``` /home/larsoner/python/pyqtgraph/pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1812: RuntimeWarning: Failed to disconnect (NoneType) from signal "destroyed()". k.destroyed.disconnect() ``` There are a bunch of...
Is there any plan to support OpenGL contexts / widgets in `toga`? There is code for creating them for OSX/Linux/Windows in `Pyglet`, so there is some guideline available. Just curious...
See https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ Looks like it's [just due to inactivity](https://github.com/MacPython/statsmodels-wheels/actions/workflows/build-wheels.yml) perhaps Given the history with #9501 and #9198 is it worth adding some sort of more robust notification system for when...
In MNE-Python, we use joblib for parallelization, and deep down in our code we do somewhere: ``` parallel = Parallel(n_jobs=n_jobs) ``` where a user can pass `n_jobs`. We want to...
In FieldTrip / SPM there is a notion of a `tra` matrix, which is "whatever transformation has been applied to the sensor space data" (could be ICA, SSP/projections, reference sensor...
Currently if you do `stc.save("test.h5")` and it's a surface source estimate, it will save `test.h5-lh.stc` and `test.h5-rh.stc` files because the default is `ftype="stc"`, and these must be saved in two...
Seems like a bug that for EEG-only data formats like `egi-mff` that `info["dev_head_t"]` is not None. There is no MEG device so device to head transform. We currently set it...
It looks like currently `stochastic` is pinned to NumPy < 2. Are there plans to support NumPy 2+? It has been out for about 6 months so it would be...
Seen in https://app.circleci.com/pipelines/github/mne-tools/mne-python/27784/workflows/e10df10a-04ba-48a5-afae-c146415ef497/jobs/73887 ``` /home/circleci/python_env/lib/python3.12/site-packages/sphinx_gallery/docs_resolv.py:424: RemovedInSphinx10Warning: The tuple interface for _InventoryItem objects is deprecated. link = value[want][2] ```