Releases: s-ccs/pyedfread
Releases · s-ccs/pyedfread
v0.3.2
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