Skip to content

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

Merged
merged 4 commits into from
Dec 5, 2022

Conversation

iofall
Copy link
Contributor

@iofall iofall commented Dec 4, 2022

Description
Remove all versionchanged / versionadded directives for versions < 1.0.0

Checks

Copy link
Member

@phofl phofl left a 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
Copy link
Member

@phofl phofl Dec 4, 2022

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

Copy link
Contributor Author

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?

Copy link
Member

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

@phofl phofl added Docs Sprints Sprint Pull Requests labels Dec 4, 2022
Comment on lines -4352 to -4354
.. versionadded:: 0.25.0
Backtick quoting introduced.

Copy link
Contributor Author

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.

Comment on lines -827 to -829
.. versionchanged:: 0.25.0
changed default value from :const:`False` to :const:`True`.

Copy link
Contributor Author

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.

Comment on lines -554 to -556
.. versionchanged:: 0.23.0
Added to DataFrame.

Copy link
Contributor Author

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.

@phofl phofl merged commit 0cebd75 into pandas-dev:main Dec 5, 2022
@phofl phofl added this to the 2.0 milestone Dec 5, 2022
@phofl
Copy link
Member

phofl commented Dec 5, 2022

thx @iofall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Sprints Sprint Pull Requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants