- Fix definition of
norm_cdf
psychometric function, by Alex Forrence - Ensure compatibility with latest from NumPy and xarray versions
- Add Thurstone scaling
- Minimal required Python version is now 3.8
- Allow JSON serialization of random number generator
- Allow to pass a prior when instantiating
QuestPlusWeibull
- 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)
- 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
- Allow retrieval of marginal posterior PDFs via
QuestPlus.marginal_posterior
- Allow
nan
values in JSON output (violating JSON std but useful)