cstjean / ScikitLearn.jl

Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/
Other
546 stars 75 forks source link

use VersionParsing for Python version numbers #77

Closed stevengj closed 4 years ago

stevengj commented 4 years ago

Fixes #67.

For example:

julia> vparse("0.21.2.post1")
v"0.21.2+post1"
OkonSamuel commented 4 years ago

@stevengj. Thanks