-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add support to Pandas 1.3.0 and LightGBM 3.2.1 #362
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
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.
If possible we should support pandas 1.2.0 and 1.3.0. I left some suggestions on how we can do this. We should also test against both 1.2.0 and 1.3.0 if possible, might require some changes to our CI?
jenkins test this please |
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.
Nice! Here's a few comments for you:
jenkins test this please |
1 similar comment
jenkins test this please |
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.
This looks good, only one change for you then I'll merge:
@V1NAY8 Can you rebase this on |
Ok, |
@V1NAY8 Yeah you can fix the notebook tests, thanks! |
jenkins test this please |
@sethmlarson Notebook tests are all good. All the tests are passed. Also Pandas doesnt support 3.6. Only that failed. |
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
Closes #248,#359
@sethmlarson / @stevedodson Please review :)
Ask jenkins to test this.