rbarrois / python-semanticversion

Semantic version comparison for Python (see http://semver.org/)
BSD 2-Clause "Simplified" License
281 stars 74 forks source link

Allow validating if given a partial version_strimg is valid. #75

Open pjrm opened 5 years ago

pjrm commented 5 years ago

This change will add an argument on function validate, that allows to verify if given a version_string it's valid on a partial way.

rbarrois commented 5 years ago

Since the partial=True flag is deprecated, I'm unsure about the future of this pull request.

Could you describe your use case for working with partial versions? I wouldn't want to remove a feature that is actually useful ;)