Scikit-optimize: Scikit-optimize version should not be hard-coded

Created on 12 Jun 2018  路  3Comments  路  Source: scikit-optimize/scikit-optimize

Currently scikit-optimize version is hardcoded in skopt/__init__.py. It would be better to use a system such as versioneer to automatically generate versions from tags (for releases) or from tags+commit hash for intra-releases versions. This would allow easier tracking of exact version used down to commit level improving reproducibility.

If the maintainers agree I can send a PR to add versioneer support.

Most helpful comment

Done #696

All 3 comments

I am +-0 on this. Is it quick to make a PR so we can see what it would look like?

Done #696

Thanks @tritemio !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MechCoder picture MechCoder  路  6Comments

NaSed picture NaSed  路  4Comments

betatim picture betatim  路  3Comments

MechCoder picture MechCoder  路  5Comments

frederikfaye picture frederikfaye  路  5Comments