TensorFlow.jl icon indicating copy to clipboard operation
TensorFlow.jl copied to clipboard

use VersionParsing.jl to parse version numbers

Open stevengj opened this issue 6 years ago • 1 comments

I notice that you have some custom code for parsing foreign version numbers via VersionNumber(string). You might try vparse from https://github.com/stevengj/VersionParsing.jl instead.

julia> vparse("0.12.head")
v"0.12.0+head"

stevengj avatar Mar 19 '18 14:03 stevengj

Thanks, this looks great!

malmaud avatar Mar 19 '18 17:03 malmaud