forked from OHDSI/Cyclops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
30 lines (21 loc) · 1005 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Cyclops v1.3.1 (Not released)
Changes: 1. fixes covariate indices returned from `.checkCovariates` when excluding
covariates from regularization
Cyclops v1.3.0 (Release data: 2017-08-23)
==============
Changes: 1. implements specialized priors through callbacks for use, for example,
in the BrokenAdaptiveRidge package to provide L0-based model selection
2. implements specialized control through callbacks for use, for example,
auto-and-grid-based cross-validation hyperparameter searches
3. removes src/boost that clashes with BH 1.65.0
Cyclops v1.2.3 (Not released)
==============
Changes: 1. fixed `predict` error with `ff.data.frame` with size == 0
Cyclops v1.2.2 (Release date: 2016-10-06)
==============
Changes: 1. fixed `solaris` build errors
2. added compatibility for C++14 (make_unique)
3. fixed multiple ASan warnings
Cyclops v1.2.0 (Release date: 2016-08-01)
==============
Changes: initial submission to CRAN