Hi all,
We are nearing the final release of HDDM 0.4 with many new features we
are very excited about (see below). Please help us by testing the new
version and reporting any issues to this thread. Your models should
continue to work as before.
You can update to the most recent version (if you have HDDM already
installed by running):
pip install -U --no-deps kabuki
pip install -U --no-deps hddm
If you haven't installed HDDM, see the installation instructions:
http://ski.clps.brown.edu/hddm_docs/index.html#installing
=============
Release Notes
=============
HDDM 0.4
========
License
-----------
HDDM 0.4 is now distributed under the simplified BSD license (see the
LICENSE file) instead of GPLv3.
New features
------------------
* Handling of outliers via mixture model.
http://ski.clps.brown.edu/hddm_docs/howto.html#deal-with-outliers
* New model HDDMRegression to allow estimation of trial-by-trial
regressions with a covariate.
http://ski.clps.brown.edu/hddm_docs/howto.html#estimate-a-regression-model
* New model HDDMStimulusCoding.
http://ski.clps.brown.edu/hddm_docs/howto.html#code-subject-responses
* New model HLBA -- a hierarchical Linear Ballistic Accumulator model
(hddm.HLBA).
* Posterior predictive quantile plots (see model.plot_posterior_quantiles()).
Bugfixes
------------
* model.load_db() is working again.
Thomas & Imri