0.3 (2024-12-12) πŸ“¦#

Bugfixes 🐞#

  • Improved error message handling in the case that the EyeLink EDF API is not available. By Will Foran (#11)

New features πŸš€#

  • You can now load EDF files without needing to install the EyeLink Developers Kit. By Scott Huberty (#14)

  • Added Continuous Integration (CI) testing for Windows and MacOS. By Scott Huberty (#14)

0.2.0 (2024-08-01) πŸ“¦#

New features πŸš€#

Bugfixes 🐞#

  • Gracefully handle the case where an EDF file does not contain an expected event type (.e.g blinks, fixations, etc.) by Thinh Nguyen. (#7)

API changes ⚠️#

  • The edf['info']['calibrations'] key in an EDF object is no longer a single numpy array. It is now a dictionary, where the aforementioned array is stored under the sub-key "validation", .e.g my_edf['info']['calibrations']['validation'].