Cyclops v3.0.0
Changes:
- switch to
Andromeda
from ff
to hold large datasets. This change breaks API
Cyclops v2.0.4
Changes:
- removed, unused variable imputation functions that contained a
std::exit
Cyclops v2.0.3
Changes:
- fix computation under conditional Poisson models by reverting to v1.3.4-style loop
- fix several unit-tests for compatibility with
R 4.0
factors
- add ability to profile likelihood function in parallel
- add initial infrastructure for competing risks models
Cyclops v2.0.2
Changes:
- use
RNGversion("3.5.0")
in unit-tests to reproduce old RNG behavior
- fix prior-type checks when specifying multiple types
Cyclops 2.0.1
Changes:
- patch two memory leaks in
ModelData.cpp
and ModelSpecifics.hpp
Cyclops 2.0.0
Changes:
- simplify internal transformation-reductions loops
- implemented non-negative weights
- allow for run-time selection of 32-/64-bit reals
- remove dependence on GNUmake
- temporarily remove dependence on
RcppParallel
(until TBB is again R-compliant)
Cyclops 1.3.4
Changes:
- fix undeclared dependencies in unit-tests:
MASS
and microbenchmarks
- fix issues with ATLAS compilation
- add contexts to testthat files
- fix ASAN errors in AbstractModelSpecifics
Cyclops 1.3.3
Changes:
- fix testthat expected error message
Cyclops 1.3.2
Changes:
- explicitly includes
<complex>
header, needed for R
3.5 builds
- remove
pragma
statements used to quiet RcppEigen
and RcppParallel
Cyclops 1.3.1
Changes:
- fixes covariate indices returned from
.checkCovariates
when excluding covariates from regularization
Cyclops 1.3.0
Changes:
- implements specialized priors through callbacks for use, for example, in the BrokenAdaptiveRidge package to provide L0-based model selection
- implements specialized control through callbacks for use, for example, auto-and-grid-based cross-validation hyperparameter searches
- removes src/boost that clashes with BH 1.65.0
Cyclops 1.2.3
Changes:
- fixed
predict
error with ff.data.frame
with size == 0
Cyclops 1.2.2
Changes:
- fixed
solaris
build errors
- added compatibility for C++14 (make_unique)
- fixed multiple ASan warnings
Cyclops 1.2.0
Changes: initial submission to CRAN