Re: [julia-users] OffsetArrays (Fortran-style indexing)

2015-11-23 Thread Ted Wetherbee
OK, I filed an issue with the package OffsetArrays.jl 

I just started checking Julia out, so I'm not up to fixing this as yet or 
certain that I'm not missing a common assumption..working on it though.

Many thanks, Ted

On Monday, November 23, 2015 at 5:27:18 AM UTC-6, Tim Holy wrote:
>
> If no answers are forthcoming here, you should file an issue with the 
> OffsetArrays package. 
>
> Best, 
> --Tim 
>
>

[julia-users] OffsetArrays (Fortran-style indexing)

2015-11-20 Thread Ted Wetherbee

OffsetArrays, as per its package example, is missing arrayset in 3.12, also 
not working in 4.1 and 5.0 versions as per the package example.  I'm 
evaluating Julia so may be missing something assumed.  

Fortran style indexing is a huge plus, say (Float32,-1:n+2,-1:n+2,-1:n+2).

Has something changed so that OffsetArrays does not function as per the 
package example?  

Many thanks