openEBGM v0.6.0
============

Changes:

* Changed 'keep_bins' formal argument in squashData() to 'keep_pts' for added
    flexibility.


openEBGM v0.5.0
============

Changes:

* Efficiency and code hygiene improvements to processRaw() and squashData().


openEBGM v0.4.0
============

Changes:

* Added the hyperEM() function to estimate hyperparameters using an
    implementation of the EM algorithm.


openEBGM v0.3.0
============

Changes:

* Added confidence intervals to autoHyper() and standard errors to autoHyper()
    and exploreHypers().
* processRaw() now returns Inf instead of 99999 when PRR results in division by
    zero.
* Fixed minor bug in exploreHypers().


openEBGM v0.2.0
============

Changes:

* Minor aesthetic changes to plot(), summary(), and print() methods.
* Relaxed convergence requirements for exploreHypers() and autoHyper().
