-
Notifications
You must be signed in to change notification settings - Fork 46
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
Rename LabelTimes.name to LabelTimes.label_name #126
Conversation
Codecov Report
@@ Coverage Diff @@
## master #126 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 845 845
=========================================
Hits 845 845
|
Since this is renaming a public attribute we should mention this as a breaking change in the changelog |
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.
The API change is good with me. I'll leave it to @jeff-hernandez and @rwedge to make sure the code checks out
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.
The cell 16 in this notebook needs to be updated.
y = fm.pop(lt.name)
Otherwise, looks good to merge.
Change
name
attribute onLabelTimes
tolabel_name
to avoidTypeError
when converting to a Dask dataframeResolves #125