Python 3.5 is no longer supported, Python 3.6+ is required, by `Eric Larson`_
adjacency has replaced connectivity in the names of:
The complete list of changed function names is:
"connectivity" is now reserved for discussions of functional and effective connectivity of the brain, and "adjacency" for source or sensor neighbor definitions for cluster-based analyses, by `Eric Larson`_.
The default for the standardize_names argument of :func:`mne.io.read_raw_kit` will change from True to False in 0.22, by `Eric Larson`_
The normalize_fwd argument of :func:`mne.beamformer.make_dics` has been deprecated in favor of depth, by `Eric Larson`_
The overwrite parameter of :func:`mne.write_bem_surfaces` and :func:`mne.write_bem_solution` defaults to True in 0.21 but will change to False in 0.22, by `Eric Larson`_
Add n_cols parameter to :meth:`mne.preprocessing.ICA.plot_scores` to allow plotting scores in multiple columns, by `Luke Bloy`_
In :func:`mne.stats.permutation_cluster_test` and :func:`mne.stats.permutation_cluster_1samp_test` the default parameter value out_type='mask' has changed to None, which in 0.21 means 'mask' but will change to mean 'indices' in the next version, by `Daniel McCloy`_
The default window size set by filter_length when method='spectrum_fit' in :meth:`mne.io.Raw.notch_filter` will change from None (use whole file) to '10s' in 0.22, by `Eric Larson`_
vmin and vmax parameters are deprecated in :meth:`mne.Epochs.plot_psd_topomap` and :func:`mne.viz.plot_epochs_psd_topomap`; use new vlim parameter instead, by `Daniel McCloy`_.
The method stc_mixed.plot_surface for a :class:`mne.MixedSourceEstimate` has been deprecated in favor of :meth:`stc.surface().plot(...) <mne.MixedSourceEstimate.surface>` by `Eric Larson`_
The method stc.normal for :class:`mne.VectorSourceEstimate` has been deprecated in favor of :meth:`stc.project('nn', src) <mne.VectorSourceEstimate.project>` by `Eric Larson`_
Add use_dev_head_trans parameter to :func:`mne.preprocessing.annotate_movement` to allow choosing the device to head transform is used to define the fixed cHPI coordinates by `Luke Bloy`_
The function mne.channels.read_dig_captrack will be deprecated in version 0.22 in favor of :func:`mne.channels.read_dig_captrak` to correct the spelling error: "captraCK" -> "captraK", by `Stefan Appelhoff`_
The threshold argument in :meth:`mne.preprocessing.ICA.find_bads_ecg` defaults to None in version 0.21 but will change to 'auto' in 0.22 by `Yu-Han Luo`_
The function mne.preprocessing.mark_flat has been deprecated in favor of mne.preprocessing.annotate_flat by `Eric Larson`_
The default argument meg=True in :func:`mne.pick_types` will change to meg=False in version 0.22 by `Clemens Brunner`_
Added :meth:`mne.io.Raw.get_montage`, which obtains the montage that an instance has, by `Adam Li`_
People who contributed to this release in alphabetical order (people with a + are first time contributors):