a b/NEWS.md
1
Changes in version 0.99.1 (2020-04-03)
2
+ Submitted to Bioconductor
3
4
Changes in version 1.1.2 (2020-06-03)
5
+ fix `left_join` issue
6
7
Changes in version 1.1.3 (2020-06-26)
8
+ fix `tuneCluster.spls` columns drop
9
10
Changes in version 1.1.4 (2020-08-19)
11
+ add block renaming option in `plotLong`
12
13
Changes in version 1.1.5 - 1.1.8 (2020-10-15)
14
+ fix `lmms` removed from CRAN
15
+ temporary fix before including `lmmSpline()` in timeOmics
16
17
Changes in version 1.3.1 (2020-12-08)
18
+ fix factor level in silhouette (change to R 4.1)
19
20
Changes in version 1.3.2 (2021-04-12)
21
+ add filters to `getCluster()`
22
23
Changes in version 1.3.4 (2021-04-13)
24
+ add *UpDown clustering* (based on the sign of variation between 2 timepoints) 
25
26
Changes in version 1.5.2 (2021-08-09)
27
+ update vignette
28
29
Changes in version 1.7.1 (2021-10-06)
30
+ Add title parameter to `plot.ncomp.tune.silhouette()`
31
32
Changes in version 1.7.2 (2022-03-01)
33
+ Update citation info
34
+ fix bug with `tuneCluster.spca()`: empty choice.keepX returned when no features selected on the component (pos or neg).
35
    Now, if any feature is selected in pos or neg, the function returns the minimum value.
36
    
37
Changes in version 1.9.1 (2022-10-04)
38
+ fix is() multiple tested classes replaced by class(...); bioc 3.16
39
40
Changes in version 1.11.1 (2023-03-16)
41
+ Remove `propr` dependencies (removed from CRAN)