mljar / mljar-api-python

A simple python wrapper over MLJAR API.
https://docs.mljar.com/
Apache License 2.0
42 stars 10 forks source link

Use git tags to easily relate git commit to pypi version #1

Closed shadiakiki1986 closed 7 years ago

shadiakiki1986 commented 7 years ago

Just my 2 cents: ATM, it seems that there are no git tags in the repository, which makes it non-straight-forward to figure out if a function parameter, e.g. fit(..., dataset_title), is part of the 0.0.6 release on pypi.

Perhaps for 0.0.7 and later versions, you can just run git tag 0.0.7 && git push origin 0.0.7 for the same version published to pypi

pplonski commented 7 years ago

Thank you! Will do :+1: