JuliaGeometry / Contour.jl

Calculating contour curves for 2D scalar fields in Julia
Other
43 stars 13 forks source link

Fixes for v0.7. #42

Closed tpapp closed 6 years ago

tpapp commented 6 years ago
  1. require julia v0.7 beta, drop Compat as it was not used anywhere.

  2. fix deprecations (range, pushfirst!, math constants, eye)

  3. make interpolate use a z::AbstractMatrix, since it does not modify z and should work fine

  4. in test loops, use d instead of overwriting global Δ, to avoid the warning

  5. broadcast + to avoid the warning

darwindarak commented 6 years ago

Awesome, thanks!

tpapp commented 6 years ago

@darwindarak: can you please tag a version?

darwindarak commented 6 years ago

Done