Changelog for
python2-PsychoPy-1.90.3-lp151.2.3.noarch.rpm :
* Tue Aug 14 2018 toddrme2178AATTgmail.com- Get lang files working properly.
* Mon Aug 06 2018 jengelhAATTinai.de- Trim filler wording from description.
* Sun Aug 05 2018 toddrme2178AATTgmail.com- Update to 1.90.3
* Fixes event code creation for Black Box ToolKit `#1830
`_
* Removed redundant \'apply\' button in preferences `#1832 `_
* Fixes problem with setting gamma with pyglet v1.3+ `#1834 `_
* Removes \'unknown color space\' warning if user is using named colors `#1836 `_
* Fixes refcount error, raised when monitor centre was closed `#1838 `_
* For Py3, JSON calibration files are now loaded into monitor list `#1839 `_
* Fixes layout problem with RTL locale causing broken dialogs in the app `#1840 `_
* Anti-buzzing fix applied to sounddevice backend `#1847 `_
* Implements checks for variable name clashes between builder and conditions file `#1852 `_
* Reduced code redundancy for _getRegionOfFrame, and can get single pixels from front buffer `#1854 `_
* Hex color space can now be specified as a window setting in Experiment Settings `#1857 `_
* Sound duration can now be specified in conditions files `#1858 `_
* Wed May 16 2018 toddrme2178AATTgmail.com- Update to 1.90.2
* TextStim now working GLFW backend commit:a909c95f
* better checks for existing ffmpeg before trying to download commit:a909c95f
* CRS Bits boxes bugs with Python3 commit:ff5a4ab7
* Fixes to window position for Retina displays commit:e7b111cc commit:0d4538de
* Fixes to sound component with duration=None commit:9b46ff0c
* Fix to Hex-specified colors commit:6ffa413a
* print(RunTimeInfo()) not working due to unicode/str error commit:29de9501
* sounddevice stereo auto-detection wasn\'t working for wav files commit:b07f8fb1- Update to 1.90.1 + ADDED:
* Option to move Y position of RatingScale in code #1776
* Added option of providing extra arguments to scipy.optimize functions when fitting from psychopy.data #1772 + FIXED:
* Problem with icon path in GLFW backend on linux commit:bbf515216
* PUINT didn\'t exist in older win32 package but was expected by pyglet
* Better handling of conditions file with empty columns (from Excel adding them or from missing headers)
* Several fixes to ioHub in Python3 #1770 #1771 and #1775
* Mouse reporting incorrect position when using Mac Retina display commit:54ced9c26
* sounddevice was failing to find portaudio.dylib on Mac- Update to 1.90.0
* This is the first release to be Python3 compatible
* 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- Implement single-spec version
* Wed Apr 13 2016 toddrme2178AATTgmail.com- Recommend python-opencv instead of requiring it.
* Fri Jan 08 2016 toddrme2178AATTgmail.com- Update to 1.83.03
* FIXED: problems with the Mac Standalone failing to launch on some OSX versions
* FIXED: reduced impact of pyglet text memory leaks (make fewer updates). (NB There is still a leak in Pyglet’s code that we can’t fix)
* FIXED: several fixes to RatingScale
* FIXED: window viewScale and viewPos combine correctly; viewScale handles negative values, mirror-image flips the window correctly (except for Text) #1011
* FIXED: fixed memory leak in sounds on 64bit Mac installation (error in pyo)
* FIXED: MovieStim3 was interacting badly with ShapeStim #981
* FIXED: MovieStim3 was failing if no audio stream was present in the file #984
* FIXED: PsychoPy app now gives a warning message if it can’t start due to permissions error #1055
* FIXED: Faster rendering of MovieStim2 and Moviestim3 due to removal of mipmapping code- Note: 1.83.02 never released officially
* Tue Oct 20 2015 toddrme2178AATTgmail.com- Update to 1.83.01
* FIXED: new bug with pygame sounds giving fileName not defined
* FIXED: several RatingScale bugs; reduce the memory leak (due to pyglet as used in TextStim)
* ADDED: voice-key capability, e.g., for word-naming studies; includes a demo, auxillary functions (smoothing, zero-crossing, etc), and file-format options (all those supported by pyo)
* CHANGED: remove support for google’s speech to text (the new google API is for chrome / chromium developers only)
* CHANGED: deprecate psychopy.web.upload(); use the requests package instead: requests.post()- Update to 1.83.00
* ADDED: MovieStim3 using an alternative backend that doesn’t require avbin, vlc or streamer. It just uses a couple of python libs and FFMPEG, which are relatively easy to package. Seems to have good performance too but this needs more testing
* IMPROVED: speed to load psychopy.visual (“lazy loading” only the stimuli you use are loaded)
* ADDED: RatingScale precision=60 allows display of time-based values (min:sec or hours:min). Values from .getRating() are decimal proportions (1 min: 59 seconds -> 1.9833 minutes).
* ADDED: Coder view can now be set to read-only mode to prevent subjects accidentally altering study #945
* ADDED: TextStim now has property boundingBox telling you the maximum area of the letters (defined by the font, not by the actual rendered letters) #35c168f1
* ADDED: Aperture can now be created using images (anything that worked with ImageStim) #923 and can also be inverted so that opaque becomes transparent and vice versa #922 Thanks Thomas Emerling for both
* ADDED: New visual stimulus EnvelopeGrating for contrast-modulated gratings. Thanks Andrew Schofield
* ADDED: option to set mouse_exclusive mode (mouse locked to the window boundary and invisible) Thanks Suddha Sourav [#898]
* FIXED: DotStim can now change field size on the fly
* FIXED: several (but probably not all) annoying error messages that were unimportant
* FIXED: Condition file in Builder no longer abbreviated. Thanks Mike #913
* Tue Aug 18 2015 toddrme2178AATTgmail.com- Update to 1.82.02 - FIXED: TrialHandler wasn\'t saving extraInfo (was overwritten during trials) - FIXED: don\'t have pickle file re-saving itself when it comes back from pickling - FIXED: Mouse Component could crash data saving if no response was made - FIXED: memory leaks in MovieStim2 (opencv backend) - FIXED: checked that window positions are integers - FIXED: OSX \"10.10\" incorrectly looked older than \"10.9\" - FIXED: RatingScale would show \"False\" for scale description in some cases - FIXED: problem with microphone saving files that end with w, a or v - FIXED: MonitorCenter failing to create new monitor - FIXED: universal line endings in csv outputs files - FIXED: unicode in conditions files - FIXED: `iohub` not detecting Linux mouse events - FIXED: if output file is set to be `stdout` this should then be closed - FIXED: don\'t abbreviate the path name of conditions files - FIXED: minor error in logging for `rush()` under win32 - FIXED: unicode issues in user preferences panel - FIXED: MonitorCenter won\'t lock you out if given an invalid screen number - FIXED: mono++ mode in CRS Bits++/#/Display++ is now using full dynamic range (previously 8bit blue gun overlay was overriding the 16bit screen buffer)
* Thu May 21 2015 toddrme2178AATTgmail.com- Fix included files
* Mon Mar 02 2015 toddrme2178AATTgmail.com- Update to 1.82.01
* FIXED: problem with MovieStim2 showing black box instead of movie on certain systems
* FIXED: problem with Tobii eye tracker not closing calibration window (Sol)
* FIXED: better timing for non-slip routines that follow dynamic routines (Jeremy) #822
* FIXED: problem with stimuli (e.g. shapes) not appearing if a texture had just been created and not yet drawn
* FIXED: pygame sound engine complained about “global variable loops not defined”
* ENHANCED: Filename collision handling for ExperimentHandler (Richard Höchenberger)
* CHANGED: for text data outputs that give delim=’t’ the file extension ‘.tsv’ is added instead of ‘.dlm’ (Richard Höchenberger)- Update to 1.82.00
* ADDED: improved support for Cambridge Research Systems Display++ and Bits# devices: - Color++ and Mono++ modes now supported using shaders - fixed some bugs with search for identityLUT in Display++
* ADDED: Psi adaptive staircase method (thanks Joseph Glavan for writing this)
* ADDED: bidi and xlwt packages to the Standalone distribution
* ADDED: support for Mouse.setPos() under pyglet back end (Jeremy)
* ADDED: support for PST response box (Richard Höchenberger)
* ADDED: Builder now supports ‘degFlat and ‘degFlatPos’ units and documentation has been added for these
* ENHANCED: slightly faster rendering of movies for high-rate HD stimuli
* CHANGED: pandas is now a strict requirement for the psychopy.data module
* FIXED: Builder sounds from file no longer loop indefinitely
* FIXED: Builder: microphone recordings are explicitly stopped at the end of every trial
* FIXED: Static Components could become hidden by having unknown durations and then couldn’t be changed. Now they are always shown even when times are unknown (Jeremy)
* FIXED: extraInfo was not being saved in wide-text format
* FIXED: Builder was not respecting order for drawing polygon - it was always drawn first
* Tue Jan 13 2015 toddrme2178AATTgmail.com- Update to 1.81.03
* ADDED: Sounds in Builder can now have a duration set by a variable (changing each repeat). The work on this may cause some systems to have a periodic \'tick\' in the sound if they last longer than 10s (probably dependent on sound card and driver)
* IMPROVED: RatingScale will always display a custom description (\'scale\') if provided by the user
* ADDED: Monitor Center can now calibrate non-primary monitors
* FIXED: components in Builder can now be \'stopped\' at the same time as they are started and never show up (previously at least one frame was always required)
* FIXED: several issues with Bits++ causing a rendering glitch and not being able to calibrate from Monitor Centre
* FIXED: choice selection boxes stopped working in monitor centre (caused by hardware.crs.bits importing pyglet.gl)
* FIXED: Bits# can be set to do gamma correction in the PsychoPy LUT (\'software\') rather than using the on-board gamma table file (\'hardware\')
* FIXED: bug with monitor calib files not returning their linearization method correctly
* ADDED: psychopy.qtgui as alternative to gui which doesn\'t duffer from problem with choice boxes and pyglet clashing (thanks Sol)
* FIXED: data files now correctly include the originPath (the path to the script that created them). Thanks Alex Holcombe for the fix- Update copyright year to 2015
* Thu Nov 20 2014 toddrme2178AATTgmail.com- Fix building on earlier versions of openSUSE.
* Wed Nov 19 2014 toddrme2178AATTgmail.com- Initial version