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
In GLM v 2.0 the order of return values for the function inverselink(<:Link01) was changed for consistency and alignment with documented API. This affects the following lines:
In
GLM
v 2.0 the order of return values for the functioninverselink(<:Link01)
was changed for consistency and alignment with documented API. This affects the following lines:BetaRegression.jl/src/BetaRegression.jl
Line 453 in c4ca83c
BetaRegression.jl/src/BetaRegression.jl
Line 499 in c4ca83c
BetaRegression.jl/src/BetaRegression.jl
Line 704 in c4ca83c
This function is also used in
precisioninverselink
but I don’t think it usesLink01
so it should not be a problem.I will send a PR to fix these soon
The text was updated successfully, but these errors were encountered: