I think I have seen this but I can’t find it now. I want to check for Julia versions where the second form from
Warning: `sum(a::AbstractArray, dims)` is deprecated, use `sum(a, dims=dims)` instead.
is valid. The commit number for this change seems to be
f32a9cebad4 (Jeff Bezanson 2018-02-22 19:41:48 -0500
How do I convert that to a version number like 0.7.0-DEV.4652
?