Changelog
glmtlp 2.0.3
- Add the missing
<algorithm>include to the C++ sources that callstd::fillandstd::copy. These previously compiled only because libc++ pulled the header in transitively; libc++ 23 removed those transitive includes, which broke compilation under clang 23. - Drop the unused
<iostream>include from four sources.
glmtlp 2.0.2
CRAN release: 2024-10-02
- Fix the Remapping issue regarding C++.
- Fix the _PACKAGE.
- Update authors’ information.
- Fix a few typos.
glmtlp 2.0.1
CRAN release: 2021-12-17
- fix bugs in the default
kappasequence setting - update the default hyper-parameter settings
- update plotting for the
l0penalty - update R function documentations
- update the core algorithms and cv function to reduce memory occupation
- add data simulation functions and update data sets
- add
l0andtlpoptions to logistic regression models - remove
foreachandparallelfrom Depends - update vignettes and README