Skip to content

Releases: mne-tools/mne-lsl

1.8.0

29 Nov 11:22
c60a156
Compare
Choose a tag to compare

What's Changed

  • Improve test stability by explicitly disconnecting stream_events by @mscheltienne in #370
  • Don't use public get_data method in epoch acquisition to avoid resetting the number of new samples by @mscheltienne in #371
  • Deprecate acquisition_delay=0 in favor of None by @mscheltienne in #372

Full Changelog: 1.7.0...1.8.0

1.7.1

23 Nov 09:46
Compare
Choose a tag to compare

Full Changelog: 1.7.0...1.7.1

1.7.0

21 Nov 13:41
Compare
Choose a tag to compare

What's Changed

MNE-LSL now includes ABI3 compatible wheels with liblsl for the tags:

  • macOS 11+: macosx_11_0_x86_64 -- macosx_11_0_arm64
  • Linux: manylinux_2_17_x86_64 -- manylinux2014_x86_64 -- manylinux_2_17_aarch64 -- manylinux2014_aarch64
  • Windows: win_amd64

Full Changelog: 1.6.0...1.7.0

1.6.1

21 Oct 08:52
Compare
Choose a tag to compare
  • Safer parsing of channel names in the legacy stream viewer, ensuring that incomplete metadata in the StreamInfo should be correctly parsed in the correct number of channels.

Full Changelog: 1.6.0...1.6.1

1.6.0

17 Sep 09:44
218909f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

07 Aug 11:52
9161da8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

05 Jun 16:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.0

1.3.1

03 Apr 12:51
Compare
Choose a tag to compare
  • Improve handling of warnings throughout the codebase to improve the feedback received by @mscheltienne in #243

Full Changelog: 1.3.0...1.3.1

1.3.0

18 Mar 13:26
bad416f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0

15 Feb 12:44
4c7f945
Compare
Choose a tag to compare
  • Implement MNE's design philosophy by returning self in methods modifying a StreamLSL -> enables method chaining stream.pick("eeg").set_eeg_reference("average")
  • Add argument annotations to PlayerLSL to stream annotations on a separate irregularly sampled stream
  • Add support for loaded Raw objects as input to a PlayerLSL
  • Improve deletion or low-level resources
  • Improve discovery and download of existing liblsl on the system
  • Fix reading of yRange through settings in legacy StreamViewer

Full Changelog: 1.1.1...1.2.0