Releases: xdf-modules/pyxdf
Releases · xdf-modules/pyxdf
v1.17.0
This release exposes auto-detected continuous segments in a stream with interruptions as stream["info"]["segments"]
. We've also renamed the pyxdf.examples
module to pyxdf.cli
, and pyxdf.cli.playback_lsl.py
will only loop playback when passing the --loop
argument.
v1.16.8
This bugfix release resolves an issue on big-endian machines.
v1.16.7
In this release, we added clock_times
and clock_values
to the stream dictionary.
v1.16.6
Bump minimum required Python version to 3.9.
v1.16.5
This release adds support for Python 3.12.
v1.16.4
This release contains some bug fixes that keep the package fresh (for details, see our CHANGELOG).
v1.16.3
This release fixes two bugs so that even more XDF files from the wild can be successfully loaded.
v1.16.2
This release adds the ability to load open file objects, speeds up loading, and fixes some warnings.
v1.16.1
This bugfix release removes Python 2 compatibility.
v1.16.0
This release adds the ability to load only specific streams. It also fixes a bug in the dejittering algorithm. As always, the full changelog is available in CHANGELOG.md.