----------
* :class:`Factor` API change: The ``rep`` argument was renamed to ``repeat``.
* T-values for regression coefficients through :meth:`NDVar.ols_t`.
* :class:`pipeline.MneExperiment`: subject name patterns and eog_sns are
now handled automatically.
* :class:`~plot.uts.UTSStat` and :class:`~plot.uv.Barplot` plots can use pooled
error for variability estimates (on by default for related measures designs,
can be turned off using the ``pool_error`` argument).
- API: for consistency, the argument to specify the kind of error to plot
changed to ``error`` in both plots.