TuringLang / TuringGLM.jl

Bayesian Generalized Linear models using `@formula` syntax.
https://turinglang.org/TuringGLM.jl/dev
MIT License
70 stars 7 forks source link

Fix LocationScale deprecation warning #29

Closed rikhuijzer closed 2 years ago

rikhuijzer commented 2 years ago

Thanks to

https://github.com/JuliaStats/Distributions.jl/blob/5faf61623e90b0bd3d1729baf4eea243e55ad1ea/src/univariate/locationscale.jl#L24-L26

rikhuijzer commented 2 years ago

This new thing to add and multiply distributions is new in Distributions.jl?

I don't think so. The Git blame shows that is was touched at least 9 months ago: https://github.com/JuliaStats/Distributions.jl/blame/5faf61623e90b0bd3d1729baf4eea243e55ad1ea/src/univariate/locationscale.jl#L136.