Skip to content

Releases: kurokida/jsQUEST

Assigned version numbers appropriately.

07 Dec 04:49
Compare
Choose a tag to compare

In the previous release (v1.1), the version number was not properly assigned to the files in the dist folder.
There is no difference between v1.1 and v1.1.1 except for the version number.

jsQUEST: Fixed false warnings.

13 Nov 11:40
Compare
Choose a tag to compare

Fixed the bugs pointed out in this topic

The sourcemap is included.

18 Jun 07:30
Compare
Choose a tag to compare

Introduced a sourcemap for efficient tracing when errors occur. I greatly appreciate @tpronk for his cooperation.

Bug fix

The QuestTrials function can takes the bin size for the second parameter. Even though this parameter is optional, the QuestTrials function did not return the correct results when the parameter was not specified. This bug is solved.

Changes

The test/jsQUEST_demo.js is updated to test all the functions of jsQUEST.

Compatible with the ES6 module style.

09 Jun 06:22
Compare
Choose a tag to compare

The code is polished to be compatible with the ES6 module style.
I greatly appreciate @tpronk for his cooperation.

Changes

  1. Please prefix all the QUEST functions with jsQUEST as follows:
myquest = jsQUEST.QuestCreate(tGuess, tGuessSd, pThreshold, beta, delta, gamma);
  1. Both the numeric and interp1 libraries need not be included explicitly because these are bundled in the dist/jsQUEST.js file.

The first release

08 Apr 07:19
e17e6f3
Compare
Choose a tag to compare

This is the first relase of jsQUEST, which is translated from MATLAB files written by @denispelli to JavaScript files. Almost all of the MATLAB code is commented out in each JavaScript file. The usage of each function is the same as that of MATLAB functions. So, you can refer to the help of Psychtoolbox.