JuliaMath / NaNMath.jl

Julia math built-ins which return NaN and accumulator functions which ignore NaN
Other
53 stars 28 forks source link

@vectorize_1arg #13

Closed nielsenmarkus11 closed 7 years ago

nielsenmarkus11 commented 8 years ago

I just downloaded julia and I'm getting the following warning messages.

WARNING: `@vectorize_1arg` is deprecated in favor of compact broadcast syntax. Instead of `@vectorize_1arg`'ing function `f` and calling `f(arg)`, call `f.(arg)`.
julia> versioninfo()
Julia Version 0.6.0-dev.734
Commit 413ed79 (2016-09-21 08:29 UTC)
Platform Info:
  System: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.7.1 (ORCJIT, sandybridge)
mlubin commented 8 years ago

This was fixed by https://github.com/mlubin/NaNMath.jl/pull/12