Version 1.5.0🔗
Add
exclude='bads'argument toget_data()to control exclusion frompicks(#258 by Mathieu Scheltienne)Add
EpochsStreamto epoch a Stream object object on the fly (#258 by Mathieu Scheltienne)Add tutorial about
EpochsStream(#302 by Mathieu Scheltienne)Add tutorial about
Annotationsreplayed on aPlayerLSL(#305 by Mathieu Scheltienne)Expose the abstract
BaseStreamobject to create custom stream objects relying on different communication protocols (#302 by Mathieu Scheltienne)Add argument
source_idtoPlayerLSLto specify the source_id of the stream (#305 by Mathieu Scheltienne)Add documentation about the processing applied to a
StreamLSLandEpochsStreamobject (#309 by Mathieu Scheltienne)Add example of real-time classifier using
EpochsStream(#312 by Mathieu Scheltienne)
Infrastructure🔗
Improve unit tests by setting a marker
slowon 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)