Skip to content

Commit

Permalink
Add version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Dec 20, 2024
1 parent 0d3d85d commit 012bd94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mne/time_frequency/multitaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def tfr_array_multitaper(
If True, return the taper weights. Only applies if ``output='complex'`` or
``'phase'``.
.. versionadded:: 1.X.0
.. versionadded:: 1.10.0
%(verbose)s
Returns
Expand Down
2 changes: 1 addition & 1 deletion mne/time_frequency/tfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ def get_data(
return_tapers : bool
Whether to return the taper numbers. Default is ``False``.
.. versionadded:: 1.X.0
.. versionadded:: 1.10.0
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion mne/utils/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5013,7 +5013,7 @@ def _reflow_param_docstring(docstring, has_first_line=True, width=75):
The weights for each taper. Must be provided if ``data`` has a taper dimension, such
as for complex or phase multitaper data.
.. versionadded:: 1.X.0
.. versionadded:: 1.10.0
"""
docdict["weights_tfr_attr"] = """
weights : array, shape (n_tapers, n_freqs) | None
Expand Down

0 comments on commit 012bd94

Please sign in to comment.