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

Improve version reporting #3553

Open
oxtopus opened this issue Apr 17, 2017 · 0 comments
Open

Improve version reporting #3553

oxtopus opened this issue Apr 17, 2017 · 0 comments

Comments

@oxtopus
Copy link
Contributor

oxtopus commented Apr 17, 2017

nupic should have a first-clas API for reporting version details, including its nupic.bindings dependency. Something like the following would be very helpful:

>>> nupic.version()
'0.7.0.dev0'
>>> nupic.getNupicBindingsDependency()
'0.6.2.dev0'
>>> nupic.bindings.version()
'0.6.2.dev0'

This way, users may self report installed versions and compare. Even better if there were a way to determine commit sha, too, if installed from source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants