-
Notifications
You must be signed in to change notification settings - Fork 4
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
Pkg metrics #64
Pkg metrics #64
Conversation
@MathewBiddle this one is ready for review. The PyPI failure is b/c we don't have a tag yet. |
something to investigate later, it takes a while to Otherwise this looks good to me. |
Did you install it or did you try to import from the root directory? The the former than there may be a problem with your setup and/or Windows. If the latter than it is expected at the first time b/c Python will travese all the function definitions and create the pyc files. The second time you import it will be much faster, even in a new session. This is what I get when installing it with
483 ms is not bad for a library with so many different dependencies. |
import from the root directory.
Agreed. At some point I'd like to reinstall the entire library. At some point... |
We can tag a version and upload it to PyPI+conda-forge now. Then installing it will be |
Shall we tag a version? If so, what's the semantic versioning structure we should start with? |
I went with |
Do you mind renaming that tag |
Can I just rename the release? |
You can edit it and issue a new tag. Or, if it is easier, delete both the release and tag and mint new ones. |
Wait for #57 to merge this one.