You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the following warning on Julia 1.7 on using PyPlot (which seems to use PyCall internally):
┌ Warning:`vendor()` is deprecated, use `BLAS.get_config()` and inspect the output instead
│ caller =npyinitialize() at numpy.jl:67
└ @ PyCall ~/.julia/packages/PyCall/tqyST/src/numpy.jl:67
PyObject <matplotlib.legend.Legend object at 0x7f8a5b854e50>
Sorry I don't have a repro immediately as the warning doesn't tell me where in my code this is happening. However this is clearly arising because BLAS.vendor is deprecated.
ferrolho, jlapeyre, terasakisatoshi, tfiers and henry2004y