Skip to content

Commit d39b245

Browse files
Merge branch 'main' into doc-ref-channel-clarification
2 parents 922c26f + f85db9d commit d39b245

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@v4
47+
uses: github/codeql-action/init@v4.35.1
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +58,7 @@ jobs:
5858
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below)
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@v4
61+
uses: github/codeql-action/autobuild@v4.35.1
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -71,4 +71,4 @@ jobs:
7171
# ./location_of_script_within_repo/buildscript.sh
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@v4
74+
uses: github/codeql-action/analyze@v4.35.1

.github/workflows/spec_zero.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 10
4242
with:
4343
detached: true
44-
- uses: astral-sh/setup-uv@v7
44+
- uses: astral-sh/setup-uv@v8.0.0
4545
with:
4646
version: ">=0.9"
4747
activate-environment: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
if: matrix.kind == 'conda' || matrix.kind == 'mamba'
155155
timeout-minutes: 20
156156
# Python (if old)
157-
- uses: astral-sh/setup-uv@v7
157+
- uses: astral-sh/setup-uv@v8.0.0
158158
with:
159159
version: ">=0.9"
160160
activate-environment: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Ruff mne
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.15.10
4+
rev: v0.15.11
55
hooks:
66
- id: ruff-check
77
name: ruff lint mne

doc/install/installers.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Platform-specific installers
1717
:class-content: text-center
1818
:name: install-linux
1919

20-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.0-post1/MNE-Python-1.12.0_1-Linux.sh
20+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.1/MNE-Python-1.12.1_0-Linux.sh
2121
:ref-type: ref
2222
:color: primary
2323
:shadow:
@@ -31,14 +31,14 @@ Platform-specific installers
3131

3232
.. code-block:: console
3333
34-
$ sh ./MNE-Python-1.12.0_1-Linux.sh
34+
$ sh ./MNE-Python-1.12.1_0-Linux.sh
3535
3636
3737
.. tab-item:: macOS (Intel)
3838
:class-content: text-center
3939
:name: install-macos-intel
4040

41-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.0-post1/MNE-Python-1.12.0_1-macOS_Intel.pkg
41+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.1/MNE-Python-1.12.1_0-macOS_Intel.pkg
4242
:ref-type: ref
4343
:color: primary
4444
:shadow:
@@ -54,7 +54,7 @@ Platform-specific installers
5454
:class-content: text-center
5555
:name: install-macos-apple
5656

57-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.0-post1/MNE-Python-1.12.0_1-macOS_M1.pkg
57+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.1/MNE-Python-1.12.1_0-macOS_M1.pkg
5858
:ref-type: ref
5959
:color: primary
6060
:shadow:
@@ -70,7 +70,7 @@ Platform-specific installers
7070
:class-content: text-center
7171
:name: install-windows
7272

73-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.0-post1/MNE-Python-1.12.0_1-Windows.exe
73+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.1/MNE-Python-1.12.1_0-Windows.exe
7474
:ref-type: ref
7575
:color: primary
7676
:shadow:
@@ -164,7 +164,7 @@ To remove the MNE-Python distribution provided by our installers above:
164164
.. code-block:: bash
165165
166166
$ which python
167-
/home/username/mne-python/1.12.0_1/bin/python
167+
/home/username/mne-python/1.12.1_0/bin/python
168168
$ rm -Rf /home/$USER/mne-python
169169
$ rm /home/$USER/.local/share/applications/mne-python-*.desktop
170170
@@ -178,7 +178,7 @@ To remove the MNE-Python distribution provided by our installers above:
178178
.. code-block:: bash
179179
180180
$ which python
181-
/Users/username/Applications/MNE-Python/1.12.0_1/.mne-python/bin/python
181+
/Users/username/Applications/MNE-Python/1.12.1_0/.mne-python/bin/python
182182
$ rm -Rf /Users/$USER/Applications/MNE-Python # if user-specific
183183
$ rm -Rf /Applications/MNE-Python # if system-wide
184184

mne/viz/epochs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def plot_epochs(
874874
specification. Keys that do not match any annotation description in the data
875875
will trigger a warning. If ``None`` (default), automatic colors are used.
876876
877-
.. versionadded:: 1.13
877+
.. versionadded:: 1.12.1
878878
879879
Returns
880880
-------

mne/viz/raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def plot_raw(
119119
specification. Keys that do not match any annotation description in the data
120120
will trigger a warning. If ``None`` (default), automatic colors are used.
121121
122-
.. versionadded:: 1.13
122+
.. versionadded:: 1.12.1
123123
annotation_regex : str
124124
A regex pattern applied to each annotation's label.
125125
Matching labels remain visible, non-matching labels are hidden.

0 commit comments

Comments
 (0)