diff --git a/docs/changes/newsfragments/348.change b/docs/changes/newsfragments/348.change new file mode 100644 index 000000000..60b77a9e1 --- /dev/null +++ b/docs/changes/newsfragments/348.change @@ -0,0 +1 @@ +For :class:`.CrossParcellationFC`, ``aggregation_method`` and ``correlation_method`` have been renamed to ``agg_method`` and ``corr_method`` respectively and ``agg_method_params`` has been added; for ``FunctionalConnectivityBase``, :class:`.FunctionalConnectivityParcels`, :class:`.FunctionalConnectivitySpheres`, :class:`.EdgeCentricFCParcels` and :class:`.EdgeCentricFCSpheres`, ``cor_method`` and ``cor_method_params`` have been renamed to ``conn_method`` and ``conn_method_params`` by `Synchon Mandal`_ diff --git a/docs/changes/newsfragments/348.enh b/docs/changes/newsfragments/348.enh new file mode 100644 index 000000000..592390cf9 --- /dev/null +++ b/docs/changes/newsfragments/348.enh @@ -0,0 +1 @@ +``FunctionalConnectivity``-family Markers now use :class:`sklearn.covariance.EmpiricalCovariance` as the default covariance estimator and ``correlation`` as the default connecivity matrix kind by `Synchon Mandal`_ diff --git a/docs/changes/newsfragments/348.feature b/docs/changes/newsfragments/348.feature new file mode 100644 index 000000000..3705f1a86 --- /dev/null +++ b/docs/changes/newsfragments/348.feature @@ -0,0 +1 @@ +Introduce :class:`.JuniferConnectivityMeasure` for customising functional connectivity matrix kinds and measurements by `Synchon Mandal`_