Skip to content
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

avoid importing numpy at the module level #4217

Merged
merged 1 commit into from Sep 16, 2013
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Sep 16, 2013

in utils.pickleutil

With this change, numpy is not in sys.modules at kernel startup.

can affect startup time, memory usage, etc.

as seen in ipython#4199
@minrk
Copy link
Member Author

minrk commented Sep 16, 2013

prompted by #4199.

@takluyver
Copy link
Member

👍 looks good to me. Just waiting for Travis.

takluyver added a commit that referenced this pull request Sep 16, 2013
avoid importing numpy at the module level
@takluyver takluyver merged commit 3afc519 into ipython:master Sep 16, 2013
minrk added a commit that referenced this pull request Dec 24, 2013
in utils.pickleutil

With this change, numpy is not in sys.modules at kernel startup.
@minrk minrk deleted the lazy-numpy branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
avoid importing numpy at the module level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants