1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Changes
=======
v2023.1
--------
* Fix definition of `norm_cdf` psychometric function, by [Alex Forrence](https://github.com/aforren1)
* Ensure compatibility with latest from NumPy and xarray versions
* Add Thurstone scaling
* Minimal required Python version is now 3.8
v2019.4
-------
* Allow JSON serialization of random number generator
v2019.3
-------
* Allow to pass a prior when instantiating `QuestPlusWeibull`
v2019.2
-------
* Allow passing a random seed via `stim_selection_options` keyword
argument
* Better handling of `stim_selection_options` defaults (now allows
to supply only a subset of options)
v2019.1
-------
* Allow to pass priors for only some parameters
(the remaining parameters will be assigned an uninformative prior)
* Add more docstrings, fix typo in usage example
* Test on Python 3.8
v0.0.5
------
* Allow retrieval of marginal posterior PDFs via `QuestPlus.marginal_posterior`
* Allow `nan` values in JSON output (violating JSON std but useful)
|