timholy / Grid.jl

Interpolation and related operations on grids
MIT License
47 stars 26 forks source link

Fix deprecation warnings #68

Closed ranjanan closed 8 years ago

ranjanan commented 8 years ago

cell is deprecated. Must use Array{Any}() which works on v0.4 too.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 80.071% when pulling 1952e6d5abc02575c2beafa00251ecea0e3489f0 on ranjanan:RA/depwarn into ac73a38bcfe98f00e515032368c54af40ad3a8fa on timholy:master.

timholy commented 8 years ago

I'm tempted to make 0.5 the last release to support Grid. Folks should switch to interpolations, which I think now can do everything that Grid can.