Hi, I am not sure if this is the right place to post questions about version 0.5.0-, but I'll give it a try anyhow.
In 0.4.5, collect([1 2]) gives Array{Int64,1}, like a column vector.
In 0.5.0_ (as of 25 May, Win64), collect([1 2]) gives Array{Int64,2}, like
a row vector.
Is this intended? (...just struggling to prepare for the next release)
/Paul S
