Psychopy

Latest version: v2024.1.4

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

Scan your dependencies

Page 6 of 19

2021.1.2

FIXES on top of the new features in 2021.1:

- Code Components were raising an error when trying to generate JS code [3643](https://github.com/psychopy/psychopy/issues/3643)
- Slider styles weren't generating correct JS code
- New Button component (Python only) was not cleaning previous clicks so they tended to act as if clicking all trials! [3641](https://github.com/psychopy/psychopy/issues/3641)

2021.1.1

FIXES:

- Error when trying to sync a new project with Pavlovia [commit:33b3d80ea](https://github.com/psychopy/psychopy/commit/33b3d80ea)
- TextBox in Builder was resetting to "default text" on each repeat rather than blank [commit:8510d9f1a](https://github.com/psychopy/psychopy/commit/8510d9f1a)
- Editable elements of Form were being erroneously drawn when they fell beyond the Form boundary [commit:7d02c8251](https://github.com/psychopy/psychopy/commit/7d02c8251)
- Several improvements to styling of Form (on Python)
- Added a preference for Builder to show only the online-compatible Components (or other similar options). This is a BETA testing feature

2021.1.0

The first major release of 2021 brings a lot of fixes (we're focussing heavily on making the user experience more smooth at the moment).

On top of those fixes are a number of useful additions though, like the new `Button` component for adding text-based buttons with callback functions.

NEW:

- Builder has a `Button` component to make it easier to have clickable image/text objects
- Builder: Improved layout of Component dialogs:

- Consistent tabs for common parameters (like pos, size, color...)
- Component parameters that use filenames (sounds, images, etc.) now have a Browse... button
- Component parameters that use Excel files now have an “open in Excel” button, if you click this when the field is blank it will open a pre-made template for you
- Component parameters that are colors now have a button to open the color picker

- Builder now features separate compile buttons for JS and Py and will open the JS file in the Coder view when compiled
- Builder readme files now support markdown formatting (and .md extensions) psychopy/psychopy3377
- PsychoPy lib: refactored color handling via the :class:`Color` class

CHANGES (compatibility issues):

- Changed: the new more-flexible parameters of PsychoPy Experiment Components makes experiments from 2021.1 **will not run**
on older versions of PsychoPy. If you share your study with people using older versions make sure you set the
:ref:`useVersion` setting to be 2021.1.0 or upwards so that it will run elsewhere
- Changed: PsychoJS: orientation for PsychoJS now follows clock convention rather than engineering convention (polar coordinates, positive rotation is anti-clockwise) whereas PsychoPy used the clock convention. From this release onwards both use the clock convention or orientation/rotation.
- Changed: Slider has additional params for colors and fonts of lines/labels/marker that will not exist on older installations
- Changed: BufferImageStim was using an incorrect rect specification for selecting the region of the screen - it was using a bottom-left instead of PsychoPy standard center [3597](https://github.com/psychopy/psychopy/issues/3597)

FIXES:

- All: Curly quotation marks (“”), which are sometimes automatically put into text boxes by MacOS and certain keyboard settings, will now be automatically replaced with regular quotation marks (“) when in code. To use curly quotation marks still, you can “escape” them by putting a \ before them.
- Lib: Fixed syntax warnings on Python 3.8 [3344](https://github.com/psychopy/psychopy/issues/3344)
- Lib: The Pygame audio backend can be used again. [3382](https://github.com/psychopy/psychopy/issues/3382)
- Lib: Several fixes to iohub ( [3348](https://github.com/psychopy/psychopy/issues/3348), [#3399](https://github.com/psychopy/psychopy/issues/3399), [#3412](https://github.com/psychopy/psychopy/issues/3412), commit psychopy/psychopy/3912167)
- Builder/Coder: Fixed the error raised when the “Plot gamma” button in the monitor center is clicked but no calibration data is loaded. [3384](https://github.com/psychopy/psychopy/issues/3384)
- Coder/Builder: Correct detection of retina/high-dpi displays within wxPython on MacOS, Linux, and Windows.
- Python Lib: TextBox stim text layout not working on linux and macOS.
- Python Lib: various minor fixes to TextBox2
- Coder: Miscellaneous bug fixes to demos/coder/stimuli example scripts.
- Coder: Fixed a possible error when parsing code to build the source tree.
- Coder: Handle error caused when closing editor tabs.
- Builder: The “Routine” pane can no longer be- moved which broke the builder interface.
- Coder: Make Coder's default size reasonable on fresh install. [3472](https://github.com/psychopy/psychopy/issues/3472)
- Coder: Bug where opening an unsupported file type raises an error. [3519](https://github.com/psychopy/psychopy/issues/3519)
- Coder: Fixed bug where the source tree raises and error if it comes across things it cannot correctly parse.
- Online: Prevent Safari from beeping in full screen. psychopy/psychojs266
- Online: Slider sizing, tick placement, and event handling improvements. 249 263 264
- Online: Fixed ShapeStim instances ignoring the closeShape property. psychopy/psychojs245
- Online: Support `TrialHandler.Method.FULLRANDOM`. psychopy/psychojs247
- Online: Improved mouse event accuracy overall. psychopy/psychojs248
- Online: Fixed ShapeStim variants ignoring the contrast property. psychopy/psychojs250
- Online: Fixed an issue translating ‘\n’ encoded line breaks when importing conditions files. psychopy/psychojs251
- Online: Fixed TextBox click handling. psychopy/psychojs258
- Online: Improved MovieStim autoplay. psychopy/psychojs260
- Online: Allow for parsing of array-like strings when setting VisualStim position or size. psychopy/psychojs262
- Online: Prevent Safari from beeping in full screen. psychopy/psychojs266

2020.2.10

Further fixes on top of the [new features in 2020.2](https://www.psychopy.org/changelog.html#psychopy-2020-2):

- Fixed rendering of TextBox2 following Big Sur update of 2020.2.7 [commit:0fcb89c54](https://github.com/psychopy/psychopy/commit/0fcb89c54) [commit:39777a3e0](https://github.com/psychopy/psychopy/commit/39777a3e0) [commit:1aec9abb9](https://github.com/psychopy/psychopy/commit/1aec9abb9)
- Fixed handling of `continueRoutine=False` in BeginExperiment of online studies [commit:ae20cb12f](https://github.com/psychopy/psychopy/commit/ae20cb12f41)
- Erroneous warnings about code being used as parameters [commit:40bbfe1a3](https://github.com/psychopy/psychopy/commit/40bbfe1a3)

2020.2.9

Further fixes on top of the [new features in 2020.2](https://www.psychopy.org/changelog.html#psychopy-2020-2):

- TextBox2 broke in 2020.2.8 due to switch from PyOpenGL to pyglet.gl in text rendering [commit:39777a3e0](https://github.com/psychopy/psychopy/commit/39777a3e0) [commit:1aec9abb9](https://github.com/psychopy/psychopy/commit/1aec9abb9)
- Fixed error `Unknown colorSpace: 'Named'` [commit:da234cc46](https://github.com/psychopy/psychopy/commit/da234cc46)
- Superfluous debug messages from ioHub when no key pressed [commit:9589e4865](https://github.com/psychopy/psychopy/commit/9589e4865)

2020.2.8

FIXES:

- support for macOS 11.1 Big Sur (updated mac pyglet to 1.5.11 and mac Python to 3.6.8)
- fixed default blank text in textBox for online studies actually showing a pair of quotes [commit:786e1d3f7](https://github.com/psychopy/psychopy/commit/786e1d3f7)
- flag to alphabetically sort Exp Info fields was being set always true [3279](https://github.com/psychopy/psychopy/issues/3279)
- Position and Size params for Form Component were being requested twice [commit:d45ca99c9](https://github.com/psychopy/psychopy/commit/d45ca99c9)
- fixed annoying (but harmless) error 'ModuleNotFoundError: import of pyglet halted; None in sys.modules'
- further fixes to Runner not showing print() statements [commit:e0ec67e6f](https://github.com/psychopy/psychopy/commit/e0ec67e6f)
- Routine panels now support mouse scroll wheel to navigate [commit:6da3707d3](https://github.com/psychopy/psychopy/commit/6da3707d3)

Page 6 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.