Cyclops v3.6.0
Changes:
- resurrect boot-strapping
 
- add JNI interface for manipulating Cyclops objects in an
across-language persistent cache
 
- add 
cyclopsGetLogLikelihoodGradient() 
Cyclops v3.5.2
- fix cyclic dependency with 
SelfControlledCaseSeries in
a test-unit 
Cyclops v3.5.1
Changes:
- check for negative curvature before computing CIs
- change to “lange”-convergence when needed
 
 
- fix 
vcov when model has an offset 
- fix profiling when in bad initial state
 
- sort output of 
predict for compatibility with
Andromeda:duckbd 
Cyclops v3.5.0
Changes:
- provide optional (
optimalWarmStart = FALSE) more
parallelization when profiling likelihood 
- make 
maxResets a function parameter 
- ensure compatibility with R v4.4
 
Cyclops v3.4.1
Changes:
- fix some NaN/-Inf inconsistencies with likelihood profiling
 
Cyclops v3.4.0
Changes:
- remove dependence on 
BH 
- improvements on adaptive likelihood profiling
 
- add 
auto option to cvRepetitions 
- bumped explicit C++11 requirement up to R v4.1
 
- removed deprecated use of 
dbplyr:::$.tbl_lazy
- breaking change in 
dbplyr v2.4.0 
 
Cyclops v3.3.1
Changes:
- fix uninitialized value in detected in
computeAsymptoticPrecisionMatrix(); value was
priorType 
- fix memory leak caused by call to 
::Rf_error() 
- fix line-endings on Makevar on windows
 
Cyclops v3.3.0
- bump for R 4.2
 
- fix CRAN warnings
- used 
minValues 
 
- fix CRAN notes
- remove explicit dependence on C++11 (except for R <= 4.0)
 
 
Cyclops v3.2.1
Changes:
- fix small memory leak caused by direct call to ‘::Rf_error()’
 
- disable JVM calls on CRAN due to uninitialized memory in Java
JVM
 
Cyclops v3.2.0
Changes:
- fixed likelihood profiling when non-convex due to numerical
instability
 
- fixed parsing of 64-bit covariate IDs
 
- fix BLR convergence criterion when there are 0 (survival)
events
 
- add Jeffrey’s prior for single regression coefficient
 
Cyclops v3.1.2
Changes:
- adaptive likelihood profiling when objective function is
concave.
 
Cyclops v3.1.1
Changes:
- specify new option 
nocenter in survival
package when testing predicted hazard function 
Cyclops v3.1.0
Changes:
- implement Fine-Gray competing risks regression
 
- fixed 
getCyclopsProfileLogLikelihood when starting with
extreme coefficients 
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