Releases: ingo-m/pyprf
Version 2.0.0
Version 1.3.13
New test data & more comprehensive tests. Higher code coverage. More parsimonious flow control. More explicit typing.
Version 1.3.12
Complete overhaul of stimulation script. Option to either present full screen, or at central part of the screen. No more pickles.
Version 1.3.11
Coordinates of visual space in retinotopic map are more intuitive (positive y coordinates for upper visual hemifield, negative y coordinates for lower visual hemifield).
Version 1.3.10
Updated readme and documentation.
Version 1.3.6
New version with improved handling of cython dependency.
Version 1.3.1
New release version with updates to dependencies (some dependencies pinned in order to avoid problems during setup).
Version 1.3.0
New release version including updates to readme and updated dependencies.
pip install legacy version
Legacy version using pip install for setup. This feature was superseded by a new version using python setup.py. The reason for this change is that pip install could not handle the cython compilation in an 'elegant' way.
Restructuring
- Major overhaul of project structure.
- Improved PEP 8 and PEP 257 adherence.
- Updated documentation.