Skip to content

Commit 2efba96

Browse files
committed
FIX: Cut 1.10.1
1 parent 489423b commit 2efba96

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

doc/changes/devel/13341.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/v1.10.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
.. _changes_1_10_0:
22

3+
1.10.1 (2025-08-11)
4+
===================
5+
6+
Bugfixes
7+
--------
8+
9+
- Fix bug with :func:`mne.open_report` not working with old saved files, by `Eric Larson`_. (`#13341 <https://github.com/mne-tools/mne-python/pull/13341>`__)
10+
- Fix compatibility with PyVista 0.46, by `Eric Larson`_. (`#13334 <https://github.com/mne-tools/mne-python/pull/13334`__)
11+
312
1.10.0 (2025-07-14)
413
===================
514

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.10.0/MNE-Python-1.10.0_0-Linux.sh
20+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.10.1/MNE-Python-1.10.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.10.0_0-Linux.sh
34+
$ sh ./MNE-Python-1.10.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.10.0/MNE-Python-1.10.0_0-macOS_Intel.pkg
41+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.10.1/MNE-Python-1.10.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.10.0/MNE-Python-1.10.0_0-macOS_M1.pkg
57+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.10.1/MNE-Python-1.10.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.10.0/MNE-Python-1.10.0_0-Windows.exe
73+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.10.1/MNE-Python-1.10.1_0-Windows.exe
7474
:ref-type: ref
7575
:color: primary
7676
:shadow:
@@ -156,7 +156,7 @@ To remove the MNE-Python distribution provided by our installers above:
156156
.. code-block:: bash
157157
158158
$ which python
159-
/home/username/mne-python/1.10.0_0/bin/python
159+
/home/username/mne-python/1.10.1_0/bin/python
160160
$ rm -Rf /home/$USER/mne-python
161161
$ rm /home/$USER/.local/share/applications/mne-python-*.desktop
162162
@@ -170,7 +170,7 @@ To remove the MNE-Python distribution provided by our installers above:
170170
.. code-block:: bash
171171
172172
$ which python
173-
/Users/username/Applications/MNE-Python/1.10.0_0/.mne-python/bin/python
173+
/Users/username/Applications/MNE-Python/1.10.1_0/.mne-python/bin/python
174174
$ rm -Rf /Users/$USER/Applications/MNE-Python # if user-specific
175175
$ rm -Rf /Applications/MNE-Python # if system-wide
176176

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ name = "mne"
4646
readme = {content-type = "text/x-rst", file = "README.rst"}
4747
requires-python = ">= 3.10"
4848
scripts = {mne = "mne.commands.utils:main"}
49-
version = "1.10.0"
49+
version = "1.10.1"
5050

5151
[project.optional-dependencies]
5252
# Leave this one here for backward-compat

0 commit comments

Comments
 (0)