Skip to content

Commit

Permalink
Fix changelog version orders (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne authored Nov 25, 2024
1 parent 27c586a commit 2649188
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions doc/development/changes/1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

.. include:: ./authors.inc

Version 1.1.1
=============

- Fix parsing of incomplete :class:`~mne_lsl.lsl.StreamInfo` (:pr:`179` by `Mathieu Scheltienne`_)
- Remove unnecessary testing utilities from distribution (:pr:`180` by `Mathieu Scheltienne`_)

Version 1.1.0
=============

Expand All @@ -25,9 +31,3 @@ Version 1.1.0
- Fix re-download of existing ``liblsl`` on macOS and test ``liblsl`` fetching (:pr:`176` by `Mathieu Scheltienne`_)
- Make LSL utilities module private (:pr:`177` by `Mathieu Scheltienne`_)
- Match argument order between ``BasePlayer`` and :class:`~mne_lsl.player.PlayerLSL` (:pr:`178` by `Mathieu Scheltienne`_)

Version 1.1.1
=============

- Fix parsing of incomplete :class:`~mne_lsl.lsl.StreamInfo` (:pr:`179` by `Mathieu Scheltienne`_)
- Remove unnecessary testing utilities from distribution (:pr:`180` by `Mathieu Scheltienne`_)
10 changes: 5 additions & 5 deletions doc/development/changes/1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

.. include:: ./authors.inc

Version 1.3.1
=============

- Improve handling of warnings through the codebase (:pr:`243` by `Mathieu Scheltienne`_)

Version 1.3.0
=============

Expand All @@ -26,8 +31,3 @@ API changes (backward incompatible)
-----------------------------------

- Add ``n_repeat`` argument to :class:`~mne_lsl.player.PlayerLSL` to support looping a file a fix number of times (:pr:`223` by `Mathieu Scheltienne`_)

Version 1.3.1
=============

- Improve handling of warnings through the codebase (:pr:`243` by `Mathieu Scheltienne`_)
10 changes: 5 additions & 5 deletions doc/development/changes/1.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

.. include:: ./authors.inc

Version 1.6.1
=============

- Safer parse of channel names in the legacy stream viewer (by `Mathieu Scheltienne`_)

Version 1.6.0
=============

Expand All @@ -22,8 +27,3 @@ Version 1.6.0
- Improve total code coverage (:pr:`317` by `Mathieu Scheltienne`_)
- Add mailmap to the repository (:pr:`327` by `Daniel McCloy`_)
- Fix indexing when replaying datasets from non-preloaded :class:`~mne.io.Raw` (:pr:`330` by `Toni M. Brotons`_)

Version 1.6.1
=============

- Safer parse of channel names in the legacy stream viewer (by `Mathieu Scheltienne`_)
8 changes: 4 additions & 4 deletions doc/development/changes/1.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

.. include:: ./authors.inc

Version 1.7.0
Version 1.7.1
=============

- Package ``liblsl`` with ``mne-lsl`` in wheels (:pr:`351` by `Eric Larson`_ and `Mathieu Scheltienne`_)
- Fix detection of ``liblsl`` within the environment variable ``PYLSL_LIB`` or ``MNE_LSL_LIB`` (:pr:`363` by `Mathieu Scheltienne`_)

Version 1.7.1
Version 1.7.0
=============

- Fix detection of ``liblsl`` within the environment variable ``PYLSL_LIB`` or ``MNE_LSL_LIB`` (:pr:`363` by `Mathieu Scheltienne`_)
- Package ``liblsl`` with ``mne-lsl`` in wheels (:pr:`351` by `Eric Larson`_ and `Mathieu Scheltienne`_)

0 comments on commit 2649188

Please sign in to comment.