-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
import neptune instead of import neptune.new #16888
import neptune instead of import neptune.new #16888
Conversation
cc @Blaizzy for review too |
Head branch was pushed to by a user without write access
Hi @wouterzwerink and @carmocca Thanks for the initiative! However, this PR solves part of the problem but not all. There are a few more issues precisely:
We are preparing a PR to address the breaking changes and ensure backward compatibility. So, could you please revert this PR? Here is the draft PR we have been working on for a few weeks: |
This reverts commit dfa35da.
@carmocca sure, no problem! |
Thanks, guys! I really appreciate the initiative, @wouterzwerink! |
What does this PR do?
Updates the importing of neptune according to https://docs.neptune.ai/setup/neptune-client_1-0_release_changes/
This probably breaks NeptuneLogger with neptune-client<1.0.0. Should neptune-client>=1.0.0 be added as a requirement?
Fixes #16887
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist