From c92a1a7e3162a0a2a49e6a5f6fb09c7daed947ad Mon Sep 17 00:00:00 2001 From: Synchon Mandal Date: Wed, 3 Jul 2024 12:27:30 +0200 Subject: [PATCH] chore: add changelogs 348.{change,enh,feature} --- docs/changes/newsfragments/348.change | 1 + docs/changes/newsfragments/348.enh | 1 + docs/changes/newsfragments/348.feature | 1 + 3 files changed, 3 insertions(+) create mode 100644 docs/changes/newsfragments/348.change create mode 100644 docs/changes/newsfragments/348.enh create mode 100644 docs/changes/newsfragments/348.feature 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`_