-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
API: properly deprecate changes in to_data_frame #7326
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
larsoner
left a comment
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.
LGTM +1 for merge
Codecov Report
@@ Coverage Diff @@
## master #7326 +/- ##
=========================================
Coverage ? 89.88%
=========================================
Files ? 450
Lines ? 81251
Branches ? 12915
=========================================
Hits ? 73033
Misses ? 5396
Partials ? 2822 |
|
Travis failures are unrelated: Xdawn: Numerics: MXNE: |
|
error is unrelated. Maybe due to some update of numpy/scipy on conda a few days ago https://anaconda.org/anaconda/scipy/files |
FYI I have some of these fixed in #7325, I'll try to squash the last failure or two there |
* properly deprecate changes in to_data_frame * fix test
* properly deprecate changes in to_data_frame * fix test
This PR adds a proper deprecation cycle to the API changes in #7206
It also restores parameter order to more closely match what it used to be, to minimize downstream code breakage with positional argument passing.