Pymovements

Latest version: v0.19.0

Safety actively analyzes 702048 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.11.0

:sparkles: Enhancements
* Add GazeBaseVR dataset by SiQube in https://github.com/aeye-lab/pymovements/pull/378
* Add verbose parameter to more dataset methods by dkrako in https://github.com/aeye-lab/pymovements/pull/349

:lady_beetle: Bug fixes
* Don't extract archives twice by dkrako in https://github.com/aeye-lab/pymovements/pull/350
* Specify matplotlib backend explictly by dkrako in https://github.com/aeye-lab/pymovements/pull/398

:hammer_and_pick: Other improvements
* Fail if the total coverage is less than 100% by dkrako in https://github.com/aeye-lab/pymovements/pull/351
* Use conventional commits specification for autoupdate messages by dkrako in https://github.com/aeye-lab/pymovements/pull/346
* Define the Conventional Commit specification for commit messages by dkrako in https://github.com/aeye-lab/pymovements/pull/387


**Full Changelog**: https://github.com/aeye-lab/pymovements/compare/v0.10.0...v0.11.0

0.10.0

What's Changed :rocket:

Dataset
* Use curly braces format instead of pure regex by ketrab2003 in https://github.com/aeye-lab/pymovements/pull/325
* Add support for parsing dataset asc files just like other filetypes by dkrako in https://github.com/aeye-lab/pymovements/pull/340
* Add ToyDatasetEyeLink by dkrako in https://github.com/aeye-lab/pymovements/pull/343

Gaze
* Add gaze.from_numpy and gaze.from_pandas by dkrako in https://github.com/aeye-lab/pymovements/pull/334
* Rewrite transforms as polars expressions by dkrako in https://github.com/aeye-lab/pymovements/pull/317

Plotting
* Use GazeDataFrame in tsplot by dkrako in https://github.com/aeye-lab/pymovements/pull/338
* Use GazeDataFrame in traceplot() by dkrako in https://github.com/aeye-lab/pymovements/pull/339

Utilities
* Add pattern argument to parse_eyelink() to be more flexible by dkrako in https://github.com/aeye-lab/pymovements/pull/342

Documentation
* Update bibtex citation and add link to arxiv paper by dkrako in https://github.com/aeye-lab/pymovements/pull/337
* Fix formatting in README by dkrako in https://github.com/aeye-lab/pymovements/pull/341
* Formatting in main sequence tutorial by dkrako in https://github.com/aeye-lab/pymovements/pull/344

Testing
* Remove noqa:F401 and add imports via __all__ by dkrako in https://github.com/aeye-lab/pymovements/pull/331
* Check types more thoroughly with mypy (295) by SiQube in https://github.com/aeye-lab/pymovements/pull/295
* Consistent function definitions and global variables according to PEP8 (333) by SiQube in https://github.com/aeye-lab/pymovements/pull/333
* Add matplotlib backend to GitHub workflow by dkrako in https://github.com/aeye-lab/pymovements/pull/336
* Add toml extra to coverage installation by dkrako in https://github.com/aeye-lab/pymovements/pull/335

New Contributors
* shoutout to ketrab2003 for making their first contribution in https://github.com/aeye-lab/pymovements/pull/325

**Full Changelog**: https://github.com/aeye-lab/pymovements/compare/v0.9.0...v0.10.0

0.9.0

What's Changed 🦾
* Dataset: Add dataset.DatasetLibrary. by dkrako in https://github.com/aeye-lab/pymovements/pull/304
* Dataset: Use DatasetDefinition in init by dkrako in https://github.com/aeye-lab/pymovements/pull/305
* Dataset: Add DatasetPaths and use it in Dataset by dkrako in https://github.com/aeye-lab/pymovements/pull/306
* Dataset: Refactor logic into dataset_files by dkrako in https://github.com/aeye-lab/pymovements/pull/308
* Dataset: Get rid of PublicDataset class by dkrako in https://github.com/aeye-lab/pymovements/pull/310
* Events: Fix non-terminating bug in I-DT by dkrako in https://github.com/aeye-lab/pymovements/pull/314
* Plots: Only use saccades in main sequence plot by theDebbister in https://github.com/aeye-lab/pymovements/pull/309


**Full Changelog**: https://github.com/aeye-lab/pymovements/compare/v0.8.0...v0.9.0

0.8.0

What's Changed :boom:

* Dataset: Return self instead of None by dkrako in https://github.com/aeye-lab/pymovements/pull/293
* Dataset: don't download in init() but implicitly extract in download() by dkrako in https://github.com/aeye-lab/pymovements/pull/294
* Dataset: Use PublicDatasetDefinition to initialize a PublicDataset by dkrako in https://github.com/aeye-lab/pymovements/pull/298

**Full Changelog**: https://github.com/aeye-lab/pymovements/compare/v0.7.0...v0.8.0

0.7.0

What's Changed :gear:

* Datasets: Add extension argument to save() and load() by prassepaul in https://github.com/aeye-lab/pymovements/pull/273
* Utils: add parsing module to parse EyeLink data by SiQube in https://github.com/aeye-lab/pymovements/pull/286
* Plots: Add main sequence plot by theDebbister in https://github.com/aeye-lab/pymovements/pull/282
* Plots: Add Heatmap plotting function by jakobchwastek in https://github.com/aeye-lab/pymovements/pull/276
* Docs: Improve module documentation pages by dkrako in https://github.com/aeye-lab/pymovements/pull/274
* Docs: Add more tutorials by dkrako in https://github.com/aeye-lab/pymovements/pull/285
* Docs: Add tutorial on how to use pymovements in R by assuntasuess in https://github.com/aeye-lab/pymovements/pull/290
* Docs: Tutorial for using Local Dataset by jakobchwastek in https://github.com/aeye-lab/pymovements/pull/289
* Docs: Improve getting started page by dkrako in https://github.com/aeye-lab/pymovements/pull/291
* Tests: 100% test coverage for PublicDataset by theDebbister in https://github.com/aeye-lab/pymovements/pull/264

New Contributors
* shoutout to assuntasuess for making their first contribution in https://github.com/aeye-lab/pymovements/pull/290

**Full Changelog**: https://github.com/aeye-lab/pymovements/compare/v0.6.0...v0.7.0

0.6.0

What's Changed :rocket:

* Datasets: Parse "-32768.00" as null value in ToyDataset by dkrako in https://github.com/aeye-lab/pymovements/pull/272
* Events: Add EventDataFrame class by dkrako in https://github.com/aeye-lab/pymovements/pull/251
* Events: Add duration property by dkrako in https://github.com/aeye-lab/pymovements/pull/255
* Events: Use timesteps in event detection methods by dkrako in https://github.com/aeye-lab/pymovements/pull/261
* Events: Add EventProcessor and EventGazeProcessor by dkrako in https://github.com/aeye-lab/pymovements/pull/265
* Events: Add disposition and amplitude as event properties by dkrako in https://github.com/aeye-lab/pymovements/pull/266
* Gaze: Add new gaze module and GazeDataFrame by dkrako in https://github.com/aeye-lab/pymovements/pull/262
* Plots: Refactor plot functions into own submodules by dkrako in https://github.com/aeye-lab/pymovements/pull/258
* Tests: 100% test coverage in utils.download by SiQube in https://github.com/aeye-lab/pymovements/pull/249
* Tests: 100% coverage for plotting by dkrako in https://github.com/aeye-lab/pymovements/pull/263


**Full Changelog**: https://github.com/aeye-lab/pymovements/compare/v0.5.0...v0.6.0

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.