-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
118 lines (75 loc) · 2.9 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
CHANGES IN VERSION 0.99.66 (24.07.2021)
--------------------------------------
BUG FIXES
o Fixed the problem of InptChecker with single sample inputs
CHANGES IN VERSION 0.99.67 (5.07.2021)
--------------------------------------
BUG FIXES
o Swapped the deprecated DMwR with impute
CHANGES IN VERSION 0.99.66 (25.09.2020)
--------------------------------------
BUG FIXES
o Fixed a bug in the vignette (the garbage BiocStyle is buggy(at the moment, it's failing to build on bioconductor!!!), reverted back to rmarkdown)
NEW FEATURES
o Added a reference manual.
CHANGES IN VERSION 0.99.56 (09.07.2020)
--------------------------------------
BUG FIXES
o column name problem for DESeq2 solved AGAIN
CHANGES IN VERSION 0.99.55 (08.07.2020)
--------------------------------------
BUG FIXES
o column name problem for DESeq2 solved
o Added parallel calc. to RNASeq spaceMaking
CHANGES IN VERSION 0.99.44 (05.12.2018)
--------------------------------------
BUG FIXES
o Vignette updated again, Got rid of biomaRt to solve build problems
o Modified examples and tests to reduce build time
CHANGES IN VERSION 0.99.38 (27.11.2018)
--------------------------------------
BUG FIXES
o 'embedded nul in string' error of vignette on Windows fixed
CHANGES IN VERSION 0.99.35 (16.11.2018)
--------------------------------------
NEW FEATURES
o Switched to BiocParallel, for handling parallel processing
o Vignette updated, to be independent of other github packages
BUG FIXES
o Small text edit and typo corrections here and there
o Bug fixed in Heatmap plotting
CHANGES IN VERSION 0.99.34 (21.9.2018)
--------------------------------------
BUG FIXES
o Temporary remove running of vignette to avoid build breakage appendage
CHANGES IN VERSION 0.99.33 (21.9.2018)
--------------------------------------
BUG FIXES
o Temporary remove running of vignette to avoid build breakage
CHANGES IN VERSION 0.99.32 (21.9.2018)
--------------------------------------
BUG FIXES
o Fixed some bugs (specially in PhysioHeatmap())
o Correction made to pass Bioconductor review
CHANGES IN VERSION 0.99.22 (22.8.2018)
--------------------------------------
NEW FEATURES
o Added EnrichmentBrowser ID conversion to the vignette.
CHANGES IN VERSION 0.99.21 (10.8.2018)
--------------------------------------
BUG FIXES
o Removed some examples to make building faster.
CHANGES IN VERSION 0.99.2 (10.8.2018)
-------------------------------------
NEW FEATURES
o Added SummarizedExperiment compatibility.
CHANGES IN VERSION 0.99.1 (8.8.2018)
------------------------------------
BUG FIXES
o Fixed as much bugs and notes from 'checks' as possible.
o Ready for bioconductor submission.
CHANGES IN VERSION 0.99.0 (6.8.2018)
------------------------------------
BUG FIXES
o Documentation updated, removed bugs and some notes from 'check's.
o Ready for bioconductor submission.