This release fixes the critical bug in Splitter when using a CV split.
0.3.6
**Breaking change**
* Renamed ``BayesianRidgeEstimator`` to ``GaussianLogLikelihood``. * Removed the ``estimators`` property from ``BayesianRidgeEstimator``. * Added ``predict`` method into ``GaussianLogLikelihood``.
0.3.5
**Enhance** * Add version specifiers
0.3.4
**Bug fix** * Calculation error in iqspr estimator (124 )
0.3.3
**Bug fix** * fix 'mp_ids.txt' not exist error when trying to build the sample data using `preset.build`