-----------
* API changes:
- To change the parcellation of an :class:`NDVar` with source-space data,
use the new function :func:`set_parc`. The :meth:`SourceSpace.set_parc`
method has been removed because dimension objects should be treated
as immutable, as they can be shared between different :class:`NDVar`
instances. Analogously, :meth:`UTS.set_tmin` is now :func:`set_tmin`.
- :func:`table.frequencies`: If the input ``y`` is a :class:`Var` object, the
output will also be a :class:`Var` (was :class:`Factor`).
- :meth:`NDVar.smooth`: window-based smoothing now uses a symmetric window,
which can lead to slightly different results.
* :func:`concatenate`: concatenate multiple :class:`NDVar` objects to form a
new dimension.
* :meth:`NDVar.ols`: regress on a dimension.
* :class:`plot.brain.SequencePlotter` to plot multiple anatomical images on one
figure.
* New functions and objects:
- :func:`complete_source_space`
- :func:`psd_welch`
- :func:`frequency_response`
- :class:`test.Correlation`, :func:`test.pairwise_correlations`
- :func:`xhemi`
* New methods:
- :meth:`Dataset.zip`, :meth:`Dataset.tile`
- :meth:`Factor.sort_cells`