orphan: |
---|
Here we list a changelog of MNE-connectivity.
Contents
.. currentmodule:: mne_connectivity
...
- Adding symmetric orthogonalization via :func:`mne_connectivity.symmetric_orth`, by `Eric Larson`_ (:gh:`36`)
- Improved RAM usage for :func:`mne_connectivity.vector_auto_regression` by leveraging code from
statsmodels
, by `Adam Li`_ (:gh:`46`) - Added :func:`mne_connectivity.select_order` for helping to select VAR order using information criterion, by `Adam Li`_ (:gh:`46`)
- Adds a utility function :func:`mne_connectivity.utils.map_epoch_annotations_to_epoch` to map arbitrary Epoch windows to another arbitrary Epoch window, by `Adam Li`_ (:gh:`62`)
- Fixed bug when saving connectivity with
n_jobs
greater than 1 from :func:`mne_connectivity.spectral_connectivity`, by `Adam Li`_ (:gh:`43`) - Fixed bug to allow saving complex data connectivity, by `Adam Li`_ (:gh:`43`)
- Fixed bug to keep label orientation upright in :func:`mne_connectivity.viz.plot_connectivity_circle`, by `Alexander Kroner`_ (:gh:`60`)
- Added
h5netcdf
as a requirement for saving connectivity data, by `Adam Li`_ (:gh:`43`) - Changed keyword argument
model_order
in :func:`mne_connectivity.vector_auto_regression` tolags
to more align with statsmodels API, by `Adam Li`_ (:gh:`47`)
:doc:`Find out what was new in previous releases <whats_new_previous_releases>`