Skip to content

Commit e806634

Browse files
committed
more versionadded annotations
1 parent 51efe6c commit e806634

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mne/viz/topo.py

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ def iter_topography(
8080
channels. The selected channels will be available in
8181
``fig.lasso.selection``.
8282
83+
.. versionadded:: 1.10.0
84+
8385
Returns
8486
-------
8587
gen : generator
@@ -1260,6 +1262,8 @@ def plot_topo_image_epochs(
12601262
Whether to enable the lasso-selection tool to enable the user to select
12611263
channels. The selected channels will be available in
12621264
``fig.lasso.selection``.
1265+
1266+
.. versionadded:: 1.10.0
12631267
show : bool
12641268
Whether to show the figure. Defaults to ``True``.
12651269

0 commit comments

Comments
 (0)