multiview 1.0
- Compatible with
glmnet 5.0 and its new
coxdev Cox engine.
cox.ties = "breslow" is pinned in all internal Cox
calls, locking in the v5.0 default and silencing the deprecation warning
ahead of glmnet 5.1’s default switch to “efron”. Paper-era numerical
behavior preserved.
- Bug fix: Cox fits with
rho > 0 now converge under
glmnet 5.0.
- Binomial fits in tie-heavy cases may differ marginally from earlier
versions, due to an upstream sort-comparator correctness fix.
multiview 0.8
- Added more measures to
view.contribution
- Dropped CXX14 in favor of CXX17
- Bugfix: ensure constant columns are handled throughout (reported by
@himelmallick)
multiview 0.7
- Added Cox model
- Like
glmnet we now use standardize = TRUE
by default.
multiview 0.5 to 0.6
- Internal development releases (not on CRAN)
multiview 0.4
- First CRAN release (2022-09-02).