Skip to content

Release 1.90.0

Compare
Choose a tag to compare
@peircej peircej released this 15 Mar 17:41
b8e9449

This is a very big release with lots of refactored code. Be careful! There are likely to be issues!

This is the first release to be Python3 compatible and that took a lot of code refactoring. Also note that the Standalone distribution now comes in both Python3.6 and Python2.7 flavours.

There are many other new features in this release too though:

  • Using pip install psychopy now installs all the necessary dependencies (on either Py2 or Py3)
  • Builder: Mouse now allows stimuli to be "clickable" turning them in to buttons!
  • Visual "Noise" stimuli for use in vision studies (thanks Andrew Schofield)
  • Visual "second order" stimuli for use in vision studies (thanks Andrew Schofield)
  • Builder: ShapeStim now handles additional shapes, like Cross (actually only cross right now, but easy to add more custom shapes)
  • Monitor calibration files can now be saved/loaded in JSON format

Also many bug fixes!