17
0

8 Commits

Author SHA256 Message Date
d8269db9d8 Accepting request 1200056 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1200056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psychtoolbox?expand=0&rev=4
2024-09-11 14:56:25 +00:00
c641b91472 - Update to version 3.0.19.14
* Some small fixups for improved Ubuntu 24.04-LTS and Matlab R2024a compatibility.
  * Screen('DrawDots'): Only apply a margin to non-square dot types. Only round dots get 
    trimmed in the fragment shader, and so dot_type=4 was left with too much padding from 
    the vertex shader. Bug fix contributed by Alex Forrence @aforren1
  * Python extensions built from this release onwards should also work with NumPy 2.x in 
    addition to NumPy 1.x. Changes contributed by Eric Larson.

- Update to version 3.0.19.11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-psychtoolbox?expand=0&rev=7
2024-09-11 08:09:28 +00:00
0b7d3fd614 Accepting request 1177811 from devel:languages:python:numeric
- Update to version 3.0.19.0
  * Merge pull request #839 from Psychtoolbox-3/master
  * Merge pull request #838 from kleinerm/master
  * GitHub/CI: Print version() of Matlab or Octave used for build.
  * Eyelink mex for 64-Bit Octave/Matlab on MS-Windows rebuilt.
  * Eyelink mex for 64-Bit Octave/Matlab on macOS rebuilt.
  * Eyelink mex for 64-Bit Octave/Matlab on Linux rebuilt.
  * Merge pull request #266 from kleinerm/eyelinktoolboxrc
  * PsychEyelinkDispatchCallback(): Keep all persistent variables grouped on top.
  * EyelinkDo[TrackerSetup/DriftCorrection]: Update help text wrt. sound setup.
  * EyelinkGetTrackerImageDemo: Add option to test different sound paths.
  * PsychEyelinkDispatchCallback(): Cleanup also clears all (persistent) variables.
  * Eyelink('Shutdown'): Do not 'clear PsychEyelinkDispatchCallback'.
  * Eyelink: Make verbosity static, to avoid cross-talk with other mex files.
  * PsychEyelinkDispatchCallback(): Optimize text drawing, get rid of globals.
  * PsychEyelinkDispatchCallback(): Drop use of ppa_beep_buffers / CreateBuffer.
  * EyelinkToolbox: Improve / fix new audio feedback tone output path.
  * PsychEyelinkDispatchCallback(): Cleanup weird use of Eyelink('Verbosity').
  * EyelinkDoDriftCorrection(), EyelinkDoTrackerSetup(): Fix broken video support for Octave.
  * EyelinkToolbox: Further fixes to broken legacy functions.
  * EyelinkUpdateDefaults(): Fix for use with legacy scripts.
  * EyelinkTests: Bring EyelinkGetTrackerImageDemo.m back.
  * EyelinkToolbox: Update changelog.
  * EyelinkToolbox: Fix help text of legacy basic functions.
  * EyelinkBasic: Remove unnecessary calls to SetMovieTimeIndex.
  * EyelinkDemos: Misc improvements to demo projects code and syntax.
  * PsychEyelinkDispatchCallback: Various performance improvements and cleanups.
  * Eyelink: Update SR-ResearchDemos to directly use PsychPortAudio.
  * Eyelink: Add support for direct use of PsychPortAudio.
  * EyelinkDemos: Adapt SR-ResearchDemos to use PsychDefaultSetup(2) and PsychImaging.

OBS-URL: https://build.opensuse.org/request/show/1177811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psychtoolbox?expand=0&rev=3
2024-06-03 15:40:36 +00:00
fb62a17098 Accepting request 1177537 from home:glaubitz:branches:devel:languages:python:numeric
- Update to version 3.0.19.0
  * Merge pull request #839 from Psychtoolbox-3/master
  * Merge pull request #838 from kleinerm/master
  * GitHub/CI: Print version() of Matlab or Octave used for build.
  * Eyelink mex for 64-Bit Octave/Matlab on MS-Windows rebuilt.
  * Eyelink mex for 64-Bit Octave/Matlab on macOS rebuilt.
  * Eyelink mex for 64-Bit Octave/Matlab on Linux rebuilt.
  * Merge pull request #266 from kleinerm/eyelinktoolboxrc
  * PsychEyelinkDispatchCallback(): Keep all persistent variables grouped on top.
  * EyelinkDo[TrackerSetup/DriftCorrection]: Update help text wrt. sound setup.
  * EyelinkGetTrackerImageDemo: Add option to test different sound paths.
  * PsychEyelinkDispatchCallback(): Cleanup also clears all (persistent) variables.
  * Eyelink('Shutdown'): Do not 'clear PsychEyelinkDispatchCallback'.
  * Eyelink: Make verbosity static, to avoid cross-talk with other mex files.
  * PsychEyelinkDispatchCallback(): Optimize text drawing, get rid of globals.
  * PsychEyelinkDispatchCallback(): Drop use of ppa_beep_buffers / CreateBuffer.
  * EyelinkToolbox: Improve / fix new audio feedback tone output path.
  * PsychEyelinkDispatchCallback(): Cleanup weird use of Eyelink('Verbosity').
  * EyelinkDoDriftCorrection(), EyelinkDoTrackerSetup(): Fix broken video support for Octave.
  * EyelinkToolbox: Further fixes to broken legacy functions.
  * EyelinkUpdateDefaults(): Fix for use with legacy scripts.
  * EyelinkTests: Bring EyelinkGetTrackerImageDemo.m back.
  * EyelinkToolbox: Update changelog.
  * EyelinkToolbox: Fix help text of legacy basic functions.
  * EyelinkBasic: Remove unnecessary calls to SetMovieTimeIndex.
  * EyelinkDemos: Misc improvements to demo projects code and syntax.
  * PsychEyelinkDispatchCallback: Various performance improvements and cleanups.
  * Eyelink: Update SR-ResearchDemos to directly use PsychPortAudio.
  * Eyelink: Add support for direct use of PsychPortAudio.
  * EyelinkDemos: Adapt SR-ResearchDemos to use PsychDefaultSetup(2) and PsychImaging.

OBS-URL: https://build.opensuse.org/request/show/1177537
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-psychtoolbox?expand=0&rev=5
2024-05-30 21:15:11 +00:00
ed1b6c4591 Accepting request 887908 from devel:languages:python:numeric
- Do not build for Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/request/show/887908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psychtoolbox?expand=0&rev=2
2021-04-24 21:08:47 +00:00
5c08c06d65 - Do not build for Python 3.6, due to no NumPy.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-psychtoolbox?expand=0&rev=3
2021-04-23 03:07:08 +00:00
6c72430584 Accepting request 742971 from devel:languages:python:numeric
psychophysics tools for Python

OBS-URL: https://build.opensuse.org/request/show/742971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psychtoolbox?expand=0&rev=1
2019-11-28 09:12:17 +00:00
Todd R
1dc84a5a05 Accepting request 742970 from home:TheBlackCat:branches:devel:languages:python:numeric
psychophysics tools for Python

OBS-URL: https://build.opensuse.org/request/show/742970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-psychtoolbox?expand=0&rev=1
2019-10-25 15:44:56 +00:00