-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Remove all versionchanged / versionadded directives < 1.0.0 #50057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much. Small comment. Also merged main because our ci broke today
@@ -712,11 +712,6 @@ The ufunc is applied to the underlying array in a :class:`Series`. | |||
ser = pd.Series([1, 2, 3, 4]) | |||
np.exp(ser) | |||
|
|||
.. versionchanged:: 0.25.0 | |||
|
|||
When multiple :class:`Series` are passed to a ufunc, they are aligned before |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might make sense to keep the comments, just without the version changed directive. Also for the others
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, so we have to keep the comments, just remove the directives right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, also have to remove the tab before the comment. Has to be on the same level as the comments before and after
.. versionadded:: 0.25.0 | ||
Backtick quoting introduced. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this one because it did not make sense to keep it.
.. versionchanged:: 0.25.0 | ||
changed default value from :const:`False` to :const:`True`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this comment, since the description already covers that default is True.
.. versionchanged:: 0.23.0 | ||
Added to DataFrame. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this comment because did not make sense to keep it here.
thx @iofall |
Description
Remove all
versionchanged
/versionadded
directives for versions <1.0.0
Checks