-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
66 lines (40 loc) · 1.75 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
CHANGES IN VERSION 1.1.1 (Release date: 2024-09-10)
------------------------
o Fixing wrong error/warning messages;
o Adding example of user-provided annotation.
CHANGES IN VERSION 1.0.1 (Release date: 2024-07-03)
------------------------
o Fixing warnings printing.
CHANGES IN VERSION 0.99.8 (Release date: 2024-03-16)
------------------------
o Fixing parallelization set-up.
CHANGES IN VERSION 0.99.7 (Release date: 2024-03-14)
------------------------
o Fixing "exportglobals = FALSE" in the vignette.
CHANGES IN VERSION 0.99.6 (Release date: 2024-03-14)
------------------------
o Fixing "BPPARAM" and "assay" usage.
CHANGES IN VERSION 0.99.5 (Release date: 2024-03-05)
------------------------
o Add "BPPARAM" argument for BiocParallel parallelization.
o Add "which_assay" and "overwrite_res" arguments for better manupulation of SummarizedExperiment object.
o Change license.
CHANGES IN VERSION 0.99.4 (Release date: 2024-02-29)
------------------------
o Switch to ChAMPdata package for annotation instead of the internal one to save space.
o Add unit tests.
o Put splitting the dataset by chromosomes in a separate function.
o Fix Bioconductor review comments.
CHANGES IN VERSION 0.99.3 (Release date: 2023-07-01)
------------------------
o Fix notes.
CHANGES IN VERSION 0.99.2 (Release date: 2023-06-12)
------------------------
o Change vignette example data to SummarizedExperiment.
CHANGES IN VERSION 0.99.1 (Release date: 2023-06-01)
------------------------
o Change of possible input: either numeric matrix or SummarizedExperiment;
o Adding independent imputation for different samples groups.
VERSION 0.99.0 (Release date: 2023-05-08)
------------------------
o First commit.