TuringLang / TuringGLM.jl

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

Only specify lower bound of partially truncated distributions #63

Closed devmotion closed 1 year ago

devmotion commented 1 year ago

Support for this was introduced in Distributions 0.25.42. It avoids undesired promotions and improves compatibility with AD (e.g., often the infinite bound is problematic for ForwardDiff in not-NaN-safe mode (the default)).

storopoli commented 1 year ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.