Version 1.5🔗
Add
exclude='bads'
argument toget_data()
to control exclusion frompicks
(#258 by Mathieu Scheltienne)Add
EpochsStream
to epoch a Stream object object on the fly (#258 by Mathieu Scheltienne)Add tutorial about
EpochsStream
(#302 by Mathieu Scheltienne)Add tutorial about
Annotations
replayed on aPlayerLSL
(#305 by Mathieu Scheltienne)Expose the abstract
BaseStream
object to create custom stream objects relying on different communication protocols (#302 by Mathieu Scheltienne)Add argument
source_id
toPlayerLSL
to specify the source_id of the stream (#305 by Mathieu Scheltienne)Add documentation about the processing applied to a
StreamLSL
andEpochsStream
object (#309 by Mathieu Scheltienne)Add example of real-time classifier using
EpochsStream
(#312 by Mathieu Scheltienne)
Infrastructure🔗
Improve unit tests by setting a marker
slow
on tests which take more than 5 seconds to complete (#258 by Mathieu Scheltienne)Make unit tests using
resolve_streams()
robust to the presence of other LSL streams on the network (#305 by Mathieu Scheltienne)Improve documentation build and unit test by adding a github action to retry a step when needed (#258 and #306 by Eric Larson and Mathieu Scheltienne)