You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/development/changes/1.10.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Version 1.10.1
19
19
20
20
- Release for JOSS publication and associated DOI
21
21
22
-
Version 1.10
23
-
============
22
+
Version 1.10.0
23
+
==============
24
24
25
25
- Add support for callbacks in :class:`~mne_lsl.stream.StreamLSL` objects with :meth:`~mne_lsl.stream.StreamLSL.add_callback` (:pr:`419` by `Mathieu Scheltienne`_)
26
26
- Add support for hashing of :class:`~mne_lsl.stream.StreamLSL` objects (:pr:`424` by `Mathieu Scheltienne`_)
Copy file name to clipboardExpand all lines: doc/development/changes/1.13.rst
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,12 @@
16
16
17
17
.. _latest:
18
18
19
-
Version 1.13
20
-
============
19
+
Version 1.13.1
20
+
==============
21
+
22
+
- Add locks around buffers to prevent race condition between the stream's acquisition and epoch's acquisition thread (:pr:`522` by `Mathieu Scheltienne`_)
23
+
24
+
Version 1.13.0
25
+
==============
21
26
22
27
- Increase minimum python version to ``3.11``, add tests on python ``3.14`` and build and test for free-threaded python ``3.14t`` (:pr:`512` by `Mathieu Scheltienne`_)
Copy file name to clipboardExpand all lines: doc/development/changes/1.8.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@
14
14
15
15
.. include:: ./authors.inc
16
16
17
-
Version 1.8
18
-
===========
17
+
Version 1.8.0
18
+
=============
19
19
20
20
- Fix epoching with :class:`~mne_lsl.stream.EpochsStream` which was erroneously resetting the property ``n_new_samples`` from the attached :class:`~mne_lsl.stream.StreamLSL` objects (:pr:`371` by `Mathieu Scheltienne`_)
21
21
- Deprecate ``acquisition_delay=0`` in favor of ``acquisition_delay=None`` in the connection methods :meth:`~mne_lsl.stream.StreamLSL.connect` and :meth:`~mne_lsl.stream.EpochsStream.connect` (:pr:`372` by `Mathieu Scheltienne`_)
0 commit comments