Daniel McCloy

Results 108 issues of Daniel McCloy

our minimum supported NumPy is 1.23, [which has `np.random.default_rng()`](https://numpy.org/doc/1.23/reference/random/generator.html). We should change all instances in our code to use that instead of legacy calls to `randn()` or `RandomState()`

MAINT

as seen in the [Eyetracking tutorial:](https://mne.tools/stable/auto_tutorials/preprocessing/90_eyetracking_data.html) _Originally posted by @scott-huberty in https://github.com/mne-tools/mne-python/issues/12750#issuecomment-2269424078_

I think it would be useful to clarify/discuss why the other stats functions do not get to live in their own namespace. What's the rationale behind it? Is it the...

You can see it on any page of MNE-Python docs, e.g. https://mne.tools/dev/ ``` Uncaught TypeError: document.getElementById(...) is null bootstrap.js:30 ``` The error links to `webpack://pydata_sphinx_theme/src/pydata_sphinx_theme/assets/scripts/bootstrap.js` line 30, AKA here: https://github.com/pydata/pydata-sphinx-theme/blob/c91e2f21e520ed99f69076f2f58148fd0fc6b562/src/pydata_sphinx_theme/assets/scripts/bootstrap.js#L30-L31...

kind: bug
tag: javascript

Sphinx8.0.0rc1 is out: https://github.com/sphinx-doc/sphinx/issues/12629 we should 1. make sure everything still works, and 2. check our pins and see if we can/should drop support for any earlier versions soon

kind: maintenance
needs: investigation

in #12890 we synchronized (core) dependencies listed in our README with those in `pyproject.toml`. I think we should do the same with `environment.yaml` too. I wrote a quick script to...

MAINT

Update our public governance document. TODOs: - [ ] now that new governance is adopted, set a deadline for current maintainer team members to volunteer for steering council. Once steering...

I realized today that our Transifex workflow makes it so that all the credit (commit authorship) for translations goes to the transifex integration bot and the autofix CI bot. I...

kind: enhancement
needs: discussion

closes #1389 I *think* no docs update is needed because now things work the way the docs describe them, but feel free to request changes / push commits if you...

bug

The [example in the docs](https://sphinx-gallery.github.io/stable/configuration.html#custom-sort-keys) of using `FunctionSortKey`: ```py "minigallery_sort_order": FunctionSortKey(lambda filename: filename[:10]) ``` is guaranteed not to work, because non-string values are tested with `inspect.isclass()` wihtin the `_get_class` helper...

bug