-
Notifications
You must be signed in to change notification settings - Fork 8
/
NEWS
23 lines (13 loc) · 888 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CHANGES in Version 3.21.2
-------------------------
* Fixed some tests and rewrote the vignette with Rmarkdown.
CHANGES in VERSION 1.8
----------------------
SIGNIFICANT USER-VISIBLE CHANGES
* flowClust is now Bayesian. You can specify a prior for the means and covariances of each component.
NEW FEATURES
=======
o FlowClust is now bayesian. The user can specify prior information for cell population means and covariances. This is particularly useful for identifying rare cell populations.
o We now check if the covariance matrices can be inverted and if not we stop the algorithm and output NaN for the log likelihood. As a consequence, the function does not stop and can finish all computable values of K.
o Support for the parallel package. The number of cores will automatically be detected. The parallel package needs to be loaded for that.
BUG FIXES