-
Notifications
You must be signed in to change notification settings - Fork 320
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
Speedup import: disable ipython magic by default #3764
Speedup import: disable ipython magic by default #3764
Conversation
This should get a breaking change entry |
Codecov Report
@@ Coverage Diff @@
## master #3764 +/- ##
==========================================
- Coverage 65.68% 65.67% -0.01%
==========================================
Files 226 226
Lines 30581 30582 +1
==========================================
Hits 20086 20086
- Misses 10495 10496 +1 |
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.
Support and agree :)
This should get a breaking change entry
yes
bors merge |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors merge |
1 similar comment
bors merge |
Already running a review |
This changes the configuration such that the legacy IPython magic becomes off by default. Avoiding to unconditionally import IPython on startup. This saves ~ 0.3/4 sec or so