You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both cases the version number shows "0+unknown" instead of "0.4.0". This will be a problem if for any reason a python package depends on version 0.4.0 or greater.
Versions
Alphalens version: 0.4.0
Python version: 3.8.2
The text was updated successfully, but these errors were encountered:
Alphalens uses versioneer to pull release tags from git tags. Right now it's set up to expect a git tag v0.4.0, but the latest tag is just 0.4.0. Could that be it?
Problem Description
If I install the latest release of alphalens:
Then look at the version number
I get: 0+unknown
Furthermore checking the actual install:
Gives: /usr/lib/python3.8/site-packages/alphalens-0+unknown-py3.8.egg
In both cases the version number shows "0+unknown" instead of "0.4.0". This will be a problem if for any reason a python package depends on version 0.4.0 or greater.
Versions
The text was updated successfully, but these errors were encountered: