Releases: mne-tools/mne-lsl
Releases · mne-tools/mne-lsl
1.13.0
What's Changed
- Bump minimum python version to 3.11, add 3.14 to CIs, improve tests to limit flakiness and build free-threaded python compatible wheels by @mscheltienne in #512
- Fix build for liblsl tests and update changelog by @mscheltienne in #513
Full Changelog: 1.12.0...1.13.0
1.12.0
What's Changed
- Better handling of
bufsizefor irregularly sampled stream by @mscheltienne in #476 - Ugprade liblsl to 1.17.4 by @mscheltienne in #497
Full Changelog: 1.11.0...1.12.0
1.11.0
What's Changed
- Add JOSS cite section to the documentation and update supporting institutions by @mscheltienne in #459
- Upgrade packaging using
uvand dependency groups by @mscheltienne in #470 - Bump minimum MNE version to 1.6 or above by @mscheltienne in #471
- Add support for neuromag2lsl HPI stream updating the
dev_head_tby @mscheltienne in #472
Full Changelog: 1.10.0...1.11.0
1.10.1
- Release for JOSS publication and archiving
Full Changelog: 1.10.0...1.10.1
1.10.0
What's Changed
- Minor documentation fixes by @mscheltienne in #415
- Build and test aarch64 natively by @mscheltienne in #416
- Add support for callback(s) by @mscheltienne in #419
- Update stub files by @github-actions[bot] in #423
- Add support for stream hashing and usage as dictionary keys by @mscheltienne in #424
- Update documentation of the pylsl differences by @mscheltienne in #427
- ADD keyword, FIX install command by @teonbrooks in #433
- Pin liblsl build to VS2019 toolset and update Windows install instructions by @mscheltienne in #440
- Fix bug where epoch with too small buffer could fail due to the event shape by @mscheltienne in #447
- Add support for
event_idin irregularly sampled event stream by @mscheltienne in #455
New Contributors
- @teonbrooks made their first contribution in #433
Full Changelog: 1.9.0...1.10
1.9.0
What's Changed
- Add autofix.ci to run stub file generation on pull request by @mscheltienne in #376
- Fix intersphinx link in tutorial by @tsbinns in #388 and #389
- Fix documentation of player LSL first argument by @mscheltienne in #391
- Fix source code links in documentation by @myd7349 in #398
- Fix for annotation with no duration by @mscheltienne in #399
New Contributors
Full Changelog: 1.8.0...1.9.0
1.8.0
What's Changed
- Improve test stability by explicitly disconnecting stream_events by @mscheltienne in #370
- Don't use public
get_datamethod 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
- Fix loading of liblsl from environment variable by @mscheltienne in #363
Full Changelog: 1.7.0...1.7.1
1.7.0
What's Changed
- Bundle
liblsltogether withmne-lslin wheels by @larsoner and @mscheltienne in #351 - Drop support for python 3.9 by @mscheltienne in #343
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
- Safer parsing of channel names in the legacy stream viewer, ensuring that incomplete metadata in the
StreamInfoshould be correctly parsed in the correct number of channels.
Full Changelog: 1.6.0...1.6.1