oops. I have just realized that I messed up with git checkout v0.***
I recompiled the good release (not the development branch). the behavior described above does not happen in v0.4.1 I agree the "packing bug" in dev branch is normal in development stage. I have read https://github.com/JuliaLang/julia/pull/13440 the direction taken by sparse arrays (matrix or vector) library is still questionable in my opinion. if a line or column slice of a sparse matrix is transformed into a sparse vector, with a different internal implementation, then you will prevent people from passing slices like a[k,:] to libraries. in my opinion, more generally, the implicit conversion of matrix slices like a[k,:] or a[:,k] into vectors will reduce drastically the main quality of Julia : "it's very easy to plug algorithms between them". we will have to write special case for slices every time. anyway, just let me figure out how to open an issue :) i am noob with big open source projects. bests, M. Le lundi 16 novembre 2015 11:12:22 UTC+1, Tony Kelman a écrit : > > Ah, you're right, I missed that the values were wrong. Can you open an > issue?
