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
Refactored Regression Implementation:
The underlying implementation of the regression function has been completely refactored. Previously, it relied on GLM.lm and its associated data structures; it now uses a custom-built regression structure and implementation. Although the public API (function call and usage) remains unchanged, this internal change may affect any code that depended on the previous internal structure.
Other Changes
Bumped package version from 1.0.0 to 2.0.0 to reflect the breaking change in the regression implementation.