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

v 1.8.0, allow support from X import Y via -iv #45

Merged
merged 4 commits into from
Jan 3, 2019
Merged

v 1.8.0, allow support from X import Y via -iv #45

merged 4 commits into from
Jan 3, 2019

Conversation

rasbt
Copy link
Owner

@rasbt rasbt commented Jan 3, 2019

Adds support for packages that were imported via the from X import Y scheme via -iv.

For example,

import scipy as sp
from sklearn import metrics
import numpy.linalg as linalg
%watermark --iversions

will return

scipy     1.1.0
sklearn   0.20.1
numpy     1.15.4

Fixes #44

@pep8speaks
Copy link

pep8speaks commented Jan 3, 2019

Hello @rasbt! Thanks for updating the PR.

Cheers ! There are no PEP8 issues in this Pull Request. 🍻

Comment last updated on January 03, 2019 at 02:00 Hours UTC

@rasbt rasbt merged commit e542a28 into master Jan 3, 2019
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.

2 participants