Skip to content

Commit

Permalink
Add placeholder versionadded tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Dec 10, 2024
1 parent e12b09a commit 728701e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.9.0
.. versionadded:: 1.X.0
%(verbose)s
Returns
Expand Down
2 changes: 2 additions & 0 deletions mne/utils/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5012,6 +5012,8 @@ def _reflow_param_docstring(docstring, has_first_line=True, width=75):
weights : array, shape (n_tapers, n_freqs) | None
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
"""
docdict["weights_tfr_attr"] = """
weights : array, shape (n_tapers, n_freqs) | None
Expand Down

0 comments on commit 728701e

Please sign in to comment.