-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
70 lines (55 loc) · 1.48 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# v0.98.0 - 2022-11-11
- add unit tests
- improve numerical stability of probability computation (WIP)
- refactor C++ code (WIP)
- fix c++ warnings
- lint R code
# v0.94.5 - 2021-01-26
- replace random_shuffle in C++
- beautify C++ code
- missing roxygen tag for [
# v0.94.4 - 2020-10-06
- change maintainer mail
- export summary function
- update examples
- fix imports/suggests/depends
# v0.94.2 - 2020-02-20
- add vignette describing the data format
- beautify R code
- factorization
- correct roxygen S4 tag
# v0.94.1 - 2019-08-28
- beautify R code
- update Makevars
- add src/Rankcluster_init.c file
# v0.94 - 2016-07-29
- fix bug in gibbs for ties and partial ranks
# v0.93.1 - 2016-01-12
- update documentation url
- use r random number generator
# v0.92.9 - 2014-07-25
- data and package documentation in their own files
- parallelization with OPENMP
- update doc
# v0.92 - 2014-02-12
- remove Eigen and use RcppEigen
- add probability function
- ranks have to be given to the package in the ranking notation (to manage ties)
- update doc
# v0.91.6 - 2013-12-19
- update doc
- eigen licence/copyright
# v0.91.5 - 2013-12-05
- update eigen
- add eigen copyright
# v0.91 - 2013-11-03
- correct c++ warnings: comparison between unsigned and signed int
- correction in khi2 for partial data
# v0.90.3 - 2013-09-13
- add vignettes
# v0.90.2 - 2013-09-05
- fix error in examples due to randomness
# v0.90.1 - 2013-08-30
- correct limited development formula
# v0.89 - 2013-08-28
- on CRAN, now