Skip to content

Commit

Permalink
chore: add changelogs 348.{change,enh,feature}
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Jul 18, 2024
1 parent f380045 commit c92a1a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changes/newsfragments/348.change
Original file line number Diff line number Diff line 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`_
1 change: 1 addition & 0 deletions docs/changes/newsfragments/348.enh
Original file line number Diff line number Diff line change
@@ -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`_
1 change: 1 addition & 0 deletions docs/changes/newsfragments/348.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Introduce :class:`.JuniferConnectivityMeasure` for customising functional connectivity matrix kinds and measurements by `Synchon Mandal`_

0 comments on commit c92a1a7

Please sign in to comment.