diff --git a/doc/changes/latest.rst b/doc/changes/1.5.rst similarity index 94% rename from doc/changes/latest.rst rename to doc/changes/1.5.rst index 51940b6fb..101215e65 100644 --- a/doc/changes/latest.rst +++ b/doc/changes/1.5.rst @@ -26,6 +26,7 @@ Version 1.5 - Expose the abstract :class:`~mne_lsl.stream.BaseStream` object to create custom stream objects relying on different communication protocols (:pr:`302` by `Mathieu Scheltienne`_) - Add argument ``source_id`` to :class:`~mne_lsl.player.PlayerLSL` to specify the source_id of the stream (:pr:`305` by `Mathieu Scheltienne`_) - Add documentation about the processing applied to a :class:`~mne_lsl.stream.StreamLSL` and :class:`~mne_lsl.stream.EpochsStream` object (:pr:`309` by `Mathieu Scheltienne`_) +- Add example of real-time classifier using :class:`~mne_lsl.stream.EpochsStream` (:pr:`312` by `Mathieu Scheltienne`_) Infrastructure -------------- diff --git a/doc/changes/index.rst b/doc/changes/index.rst index b56ec7938..b14bfefe7 100644 --- a/doc/changes/index.rst +++ b/doc/changes/index.rst @@ -4,7 +4,7 @@ Changelog .. toctree:: :titlesonly: - latest.rst + 1.5.rst 1.4.rst 1.3.rst 1.2.rst diff --git a/examples/40_decode.py b/examples/40_decode.py index 9e39540db..1fc00ee96 100644 --- a/examples/40_decode.py +++ b/examples/40_decode.py @@ -153,7 +153,7 @@ # -------------- # # When you are done with a :class:`~mne_lsl.player.PlayerLSL`, -# :class:`~mne_lsl.stream.StreamLSL` ir :class:`~mne_lsl.stream.EpochsStream`, don't +# :class:`~mne_lsl.stream.StreamLSL` or :class:`~mne_lsl.stream.EpochsStream`, don't # forget to free the resources they use to continuously mock an LSL stream or receive # new data from an LSL stream. diff --git a/pyproject.toml b/pyproject.toml index cd9c90657..9bd6f9aa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ maintainers = [ name = 'mne_lsl' readme = 'README.md' requires-python = '>=3.9' -version = '1.5.0.dev0' +version = '1.5.0' [project.optional-dependencies] all = [