pymovements icon indicating copy to clipboard operation
pymovements copied to clipboard

A python package for processing eye movement data

Results 100 pymovements issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/PyCQA/pylint: v3.1.0 → v3.2.2](https://github.com/PyCQA/pylint/compare/v3.1.0...v3.2.2)

internal

Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Release notes Sourced from matplotlib's releases. REL: 3.9.0 Highlights of this release include: Plotting and Annotation improvements Axes.inset_axes is no...

dependencies
build

## Description Added auto_column_detection

enhancement

## Description The resample transformation function offers multiple ways to adjust the sampling rate of gaze data. This function enables the adjustment of temporal frequency through both **upsampling** and **downsampling**....

enhancement

## Description Added string representations to EventDataFrame and GazeDataFrame Fixes issue # 448 ## Implemented changes Insert a description of the changes implemented in the pull request. - [X] Add...

enhancement

## Description of the problem In case of 2000 Hz eye link recordings, the timestamps of the second sample of each millisecond are the same as the first. Example: raw...

enhancement

## Description of the problem Currently we always need to use `.frame` to print the dataframes in interpreters and notebooks. It would be better if both classes would have a...

enhancement

## Description of the problem The header of an asc file has a lot of metadata which we can parse. ## Description of a solution Instead of just returning a...

enhancement

## Description of the problem There are a lot of datasets published that only include event data and no raw gaze samples. It would be great if the dataset library...

enhancement