|
1 | 1 | <div style="text-align: left;"> |
2 | 2 |
|
3 | | -## GPTCM 1.1.3 (2025-10-01) (GitHub Only) |
| 3 | +### GPTCM 1.1.3 (2025-10-31) |
4 | 4 |
|
5 | 5 | * TODO: update results in vignette |
6 | 6 |
|
7 | 7 | * Remove redundant variables `logPosteriorZeta` and `logPosteriorBeta` in cpp files |
8 | 8 | * Remove partial likelihood `loglikelihood0()`, and always use joint likelihood |
| 9 | +* Remove useless func `arms_simple()` |
9 | 10 | * Pass more references and using more `const` keyword in functions |
10 | 11 | * Update `simData()` by changing xi0 to simulate survival data with censoring rate 0.2 |
11 | | -* Remove `arms_simple` |
12 | 12 | * Use `openmp` to parallelize some for-loop |
| 13 | +* Update vignette |
13 | 14 |
|
14 | 15 | * TODO: decide whether keep `kappaIGamma=TRUE` or not |
15 | | -* TODO: remove redundant arguments "tauSq" and "wSq" after bringing them out of ARMS files |
16 | | -* TODO: bug for posterior pi_{jl} |
17 | 16 |
|
18 | | -## GPTCM 1.1.2 (2025-09-26) |
| 17 | +### GPTCM 1.1.2 (2025-09-26) |
19 | 18 |
|
20 | 19 | * Update simulation examples in vignette due to the change of `mvnfast::rmvn()` |
21 | 20 | * Convert line endings in `configure.ac` to LF |
22 | 21 | * Improve help documentation |
23 | 22 | * Update function `simData()` for any number of clusters |
24 | 23 | * Simplify `BVS.cpp` |
25 | 24 |
|
26 | | -## GPTCM 1.1.1 (2025-09-16) |
| 25 | +### GPTCM 1.1.1 (2025-09-16) |
27 | 26 |
|
28 | 27 | * Fix a warning about fallback compilation with Armadillo 14.6.3 from CRAN check on machine `r-devel-linux-x86_64-debian-gcc` |
29 | 28 | * Fix issues raised from CRAN reviewer |
30 | 29 | * Change `MASS::mvrnorm()` to `mvnfast::rmvn()` |
31 | 30 |
|
32 | | -## GPTCM 1.1.0 (2025-09-07) (GitHub Only) |
| 31 | +### GPTCM 1.1.0 (2025-09-07) (GitHub Only) |
33 | 32 |
|
34 | 33 | * First CRAN version |
35 | 34 | * Add vignette |
36 | 35 |
|
37 | | -## GPTCM 1.0.3 (2025-09-05) (GitHub Only) |
| 36 | +### GPTCM 1.0.3 (2025-09-05) (GitHub Only) |
38 | 37 |
|
39 | 38 | * Fix NOTE about `elapsed time` from Winbuilder checks |
40 | 39 |
|
41 | | -## GPTCM 1.0.2 (2025-09-05) (GitHub Only) |
| 40 | +### GPTCM 1.0.2 (2025-09-05) (GitHub Only) |
42 | 41 |
|
43 | 42 | * Improve help files |
44 | 43 |
|
45 | | -## GPTCM 1.0.1 (2025-08-28) (GitHub Only) |
| 44 | +### GPTCM 1.0.1 (2025-08-28) (GitHub Only) |
46 | 45 |
|
47 | 46 | * In `simData()`, suppress intercept when simulating data based on the Cox model |
48 | 47 |
|
49 | | -## GPTCM 1.0.0 (2025-08-25) (GitHub Only) |
| 48 | +### GPTCM 1.0.0 (2025-08-25) (GitHub Only) |
50 | 49 |
|
51 | 50 | * First released version at `ocbe-uio` github |
52 | 51 |
|
|
0 commit comments