Skip to content

CLN/TST: address/annotate TODOs #44154

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 2 commits into from
Oct 24, 2021
Merged

CLN/TST: address/annotate TODOs #44154

merged 2 commits into from
Oct 24, 2021

Conversation

jbrockmendel
Copy link
Member

No description provided.

@@ -1086,7 +1086,7 @@ cdef void rank_sorted_1d(
# array that we sorted previously, which gives us the location of
# that sorted value for retrieval back from the original
# values / masked_vals arrays
# TODO: de-duplicate once cython supports conditional nogil
# TODO(cython3): de-duplicate once cython supports conditional nogil
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably good to reference in #34213 that these TODO styles can be addressed (or vice versa)?

@@ -136,7 +136,7 @@ def __init__(
self.window = window
self.min_periods = min_periods
self.center = center
# TODO: Change this back to self.win_type once deprecation is enforced
# TODO(2.0): Change this back to self.win_type once deprecation is enforced
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly, good to attach this TODO style to an issue.

Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mroeschke mroeschke added this to the 1.4 milestone Oct 23, 2021
@jreback jreback merged commit 3df6aac into pandas-dev:master Oct 24, 2021
@jbrockmendel jbrockmendel deleted the todos branch October 24, 2021 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants