Skip to content

Releases: s-ccs/pyedfread

v0.3.2

16 Apr 07:57
4a8800c
Compare
Choose a tag to compare

Major

Richard Vaelle (@flyingfalling) fixed a major, where prior to this release the returned samples dataframe had too many rows (by the number of events), the values in these rows were undefined/unitialized values which, depending on the system, could be 0's, values close to 0, previous memory-usages o, or any other value. This can be very problematic, if by chance the same memory layout is reused, because then the initialized values could be eyetracking data from a previous call to pyedfread. This should be a quite visible error through.

Minor

Some bugfixes to get tests working on windows
Some small fixes in the readme
Bugfix for parse_msg where a startwith was fixed to startswith

v0.3.1

17 Jan 18:57
663f9a8
Compare
Choose a tag to compare

Bugfixrelease

  • Fixes installation errors on windows #35 with python>3.7
  • Fixes installation errors with newer GCC
  • updates from distutils to setuptools