Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 5.65 KB

CHANGELOG.md

File metadata and controls

83 lines (63 loc) · 5.65 KB

[UNRELEASED] - YYYY-MM-DD

[1.16.8] - 2024-07-18

Fixed

  • Fix reading numeric array data on big-endian hosts (#98 by Ben Beasley)

[1.16.7] - 2024-07-17

Added

[1.16.6] - 2024-04-18

Changed

[1.16.5] - 2024-01-12

Added

[1.16.4] - 2023-01-09

Fixed

[1.16.3] - 2020-08-07

Added

Fixed

Changed

  • load_xdf now requires keyword-only arguments after the first two arguments (#59 by Christian Kothe)

[1.16.2] - 2019-10-23

Added

Fixed

  • Compare nominal to effective sampling rates only for regularly sampled streams (#47 by Clemens Brunner)
  • More robust error recovery for compressed corrupted files (#50 by Tristan Stenner)

Changed

[1.16.1] - 2019-09-28

Fixed

[1.16.0] - 2019-09-27

Added

Fixed

  • Fix bug in jitter removal (#35 by Alessandro D'Amico)
  • Add compatibility with Python 3.5 by converting Pathlike objects to str for file open functions (#37 by hankso)

Changed

[1.15.2] - 2019-06-07

Added

  • Store unique stream ID inside the ["info"]["stream_id"] dict value (#19 by Clemens Brunner)

[1.15.1] - 2019-04-26

Added

  • Support pathlib objects (#7 by Clemens Brunner)
  • Allow example script to be called with an optional XDF file name (e.g. python -m pyxdf.example or python -m pyxdf.example xdf_file.xdf) (#10 by Tristan Stenner)

Fixed

Changed