Daniel McCloy
Daniel McCloy
> Our policy has always been to only support one version back and no father agree, and this is documented here: https://github.com/mne-tools/mne-python/blob/main/SECURITY.md (not super findable, but still) > I think...
> from the point of view of a downstream package, it means that it should work with an MNE released today or 2 years ago. Yet an install of MNE...
OK! So NumPy pins go in the downstreams. By the way @larsoner should we add MNE to https://github.com/numpy/numpy/issues/26191 (ecosystem compatibility tracker)?
argh, regressions like this make me seriously consider image-diff regression tests for our tutorials. It's a big can of worms but Matplotlib does it, maybe we can borrow some best...
> [@drammock](https://github.com/drammock) did you see [#13266](https://github.com/mne-tools/mne-python/pull/13266) ? :) indeed I did
They have an automated migration tool. I just tried it like this: ```console $ sass-migrator module --migrate-deps src/pydata_sphinx_theme/assets/styles/pydata-sphinx-theme.scss node_modules/bootstrap/scss/_functions.scss ``` adding bootstrap's `_functions.scss` as an additional entrypoint was required to...
`source_id` of the `PlayerLSL` object was only added in version 1.5, you are running version 1.3. Is updating MNE-LSL an acceptable solution? Or is your environment locked down? (specifically, was...
> this changes the behaviour of `linkcheck_allowed_redirects` xref to https://github.com/sphinx-doc/sphinx/issues/13462 The problem with linkcheck appears to be an upstream bug
for me (Linux/Firefox) the dev docs page and the PR page look the same ("admonition" is scrollspy-highlighted on both pages) 😞 I can get it to highlight "topic" by scrolling...
> @drammock I couldn't reproduce on Ubuntu + Firefox. However, I did notice a possibly related bug, which I fixed in my most recent push. Once the preview docs build,...