Re: [julia-users] Re: ArrayViews setindex! error

2015-08-14 Thread Stefan Karpinski
It should be pretty safe to start using 0.4 since we're about to enter a feature freeze and release process. The main issue is that many packages may not yet work on 0.4, so that part will be a bit rough. On Fri, Aug 14, 2015 at 2:17 PM, Simon Kornblith si...@simonster.com wrote: ArrayViews

[julia-users] Re: ArrayViews setindex! error

2015-08-14 Thread Simon Kornblith
ArrayViews doesn't support indexing with ranges, vectors, etc. on Julia 0.3, although this should work on Julia 0.4. (Also on 0.4, SubArrays created with sub/slice should be equally fast as ArrayViews, and both should be faster than on 0.3.) On 0.3 you need to write an explicit loop to set