QuantEcon / lecture-julia.myst

Lecture source for "Quantitative Economics with Julia"
https://julia.quantecon.org/intro.html
52 stars 43 forks source link

Get rid of LoopVectorization in wealth_dynamics #295

Open jlperla opened 5 months ago

jlperla commented 5 months ago

Deprecated in Julia 1.11, sadly.

Can just replace with @inbounds and will be good enough for the lectures