-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
107 lines (83 loc) · 2.73 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
Changes in version 1.25.1
+ Bugfixes:
- fixed issue with R4.3 ("cannot xtfrm data frames")
- fixed documentation
- updated description file
Changes in version 1.21.2
- increased upper bound for enrichment model, allowing for a steeper increase in enrichment with CpG density. (Github PR \#9)
Changes in version 1.21.1
+ Bugfixes:
- makeTable with one window (github PR \#8)
Changes in version 1.7.4
+ Reformated NEWS file
Changes in version 1.7.3
+ Adapted vignette to BiocManager installation process
Changes in version 1.7.2
+ Bugfixes:
- addCoverage fixed fragment size sd for chromosomes with 1 read
- addCoverage fixed missing regions in count_matrix for chromosomes without any reads
Changes in version 1.7.1
+ Bugfix: addCoverage crashes when there are no reads for chromosome/contig
Changes in version 1.5.1
+ Bugfix: Crash due to changes in getOverlaps
Changes in version 1.3.2
+ New feature:
- select active BSgenome masks for pattern density estimation
+ Bugfix:
- adaptions to changed behavior of GenomicRanges
Changes in version 1.3.1
+ transition to Github
Changes in version 1.1.6
+ New Feature:
- addNewSample function
Changes in version 1.1.5
+ New Feature:
- multicore support for GLM fitting
Changes in version 1.1.4
+ Bugfixes:
- fitting of GLM crashed when applied genome wide on > 150 samples
Changes in version 1.1.3
+ Updated citation.
+ Runtime improvement:
- direct implementation of quantile function
using quantile function of gamma distribution
Changes in version 1.1.2
+ Bugfixes:
- addCNV: Fixed crash when only one normal sample is present
- addCoverage: fixed chr sorting issue in absence of bam index
Changes in version 1.0.0
+ first stable release
Changes in version 0.99.6
+ Bugfixes:
- addCNV: check for sample table now checks specified files for CNV
Changes in version 0.99.5
+ New features
- user level functions now have sample id check
- more detailed tutorial, including case study
+ Bugfixes:
- makeTable: fixed groupMeans without individual samples
Changes in version 0.99.4
+ New functions:
- multicore support for bam file processing
- memory and runtime optimizations
+ Bugfixes:
- bug in consideration of zygosity of chromosomes
Changes in version 0.99.3
+ Bugfixes:
- updated imported NAMESPACE
Changes in version 0.99.2
+ New functions:
- option to set ploidity for chromosomes, i.e. to account for sex chromosomes
+ Bugfixes:
- fixed bug resulting in NA values at quantile calculation for beta estimates
- minor fixes
+ Documentation:
- changed vignette builder to knitr/BiocStyle/html
Changes in version 0.99.1
+ Bugfixes:
- fixed crashing plotCoverage with one sample
- qseaPCA-show
- typo in error-message of getOffset (rpw)
- resolved namespace issues
Changes in version 0.99.0
+ Submission to Bioconductor