Skip to content

Commit 22d2203

Browse files
committed
update changelog
1 parent d464327 commit 22d2203

6 files changed

Lines changed: 17 additions & 12 deletions

File tree

doc/development/changes/1.10.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Version 1.10.1
1919

2020
- Release for JOSS publication and associated DOI
2121

22-
Version 1.10
23-
============
22+
Version 1.10.0
23+
==============
2424

2525
- Add support for callbacks in :class:`~mne_lsl.stream.StreamLSL` objects with :meth:`~mne_lsl.stream.StreamLSL.add_callback` (:pr:`419` by `Mathieu Scheltienne`_)
2626
- Add support for hashing of :class:`~mne_lsl.stream.StreamLSL` objects (:pr:`424` by `Mathieu Scheltienne`_)

doc/development/changes/1.11.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
.. include:: ../../links.inc
1818

19-
Version 1.11
20-
============
19+
Version 1.11.0
20+
==============
2121

2222
- Update packaging using `uv`_ and dependency groups (:pr:`470` by `Mathieu Scheltienne`_)
2323
- Add support for ``neuromag2lsl`` (MEGIN) data and HPI streams (:pr:`472` by `Mathieu Scheltienne`_)

doc/development/changes/1.12.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
.. include:: ./authors.inc
1616

17-
Version 1.12
18-
============
17+
Version 1.12.0
18+
==============
1919

2020
- Improve handling of buffer size for irregularly sampled stream (:pr:`476` by `Mathieu Scheltienne`_)
2121
- Remove build on macOS intel

doc/development/changes/1.13.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616

1717
.. _latest:
1818

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+
==============
2126

2227
- 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`_)

doc/development/changes/1.8.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
.. include:: ./authors.inc
1616

17-
Version 1.8
18-
===========
17+
Version 1.8.0
18+
=============
1919

2020
- 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`_)
2121
- 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`_)

doc/development/changes/1.9.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
.. include:: ./authors.inc
1616

17-
Version 1.9
18-
===========
17+
Version 1.9.0
18+
=============
1919

2020
- Fix sphinx formatting in tutorials (:pr:`388` and :pr:`389` by `Thomas Binns`_)
2121
- Fix source links in the documentation (:pr:`398` by `Tom Ma`_)

0 commit comments

Comments
 (0)