NEWS


quadrupen 0.2-12 (2024-06-25)

quadrupen 0.2-11 (2023-12-18)

quadrupen 0.2-10 (2023-01-16)

quadrupen 0.2-9 (2022-08-25)

quadrupen 0.2-8 (2020-11-18)

Minor: + Avoid warning in C++ to pass CRAN checks, thanks to a PR of Dirk Eddelbuettel [email protected] + Minors changes in examples, default mc.cores to 2

quadrupen 0.2-7 (2019-08-28)

Minor: + change sort(, 1) to sort(, "descend") in C++ code to avoid warnings during checks

quadrupen 0.2-6 (2018-04-30)

Minor: + change & to && in C++ code to avoid warnings during checks

quadrupen 0.2-5 (2017-03-07)

Minor: + change "package = " to "PACKAGE = "

quadrupen 0.2-4 (2014-01-16)

Minor: + memory leak corrected (sp_mat declaration) + linking to Rcpp/RcppArmadillo headers (requires R 3.0-2)

quadrupen 0.2-3 (2013-09-30)

quadrupen 0.2-2 (2013-04-08)

quadrupen 0.2-1 (2013-02-27)

quadrupen 0.2-0 (2013-02-26)

Major: + added bounded regression (regression penalized by infinity norm + structered l2 norm) + added corresponding functionalies for cross-validation and stability path Minor: + corrected wrong annotations of the stability path (PFER) + handled normalization internally ('normalize' is no longer a parameter) + more simple internal handling of penscales and correction of the rescaling of the intercept + better use of multicore features + handled runtime error exception in RcppArmadillo when the system is singular (end of the solution path) A consequence is quadrupen is less likely to crash due to user's "bad" parametrization + simplification of the C++ code, bugs corrected, probably new ones added :-'( + added 'examples' and 'tests' directories

quadrupen 0.1-0 (2012-10-10)