Browse code

Update NEWS for v1.13.x

Peter Hickey authored on 21/07/2017 12:42:49
Showing 1 changed files

... ...
@@ -2,6 +2,24 @@
2 2
 \title{bsseq news}
3 3
 \encoding{UTF-8}
4 4
 
5
+\section{Version 1.13.x}{
6
+  \itemize{
7
+    \item{1.13.6: Fix performance regression in \code{BSmooth()}. Thanks to
8
+    Shan Andrews for the report.}
9
+    \item{1.13.5: Fix major bug in \code{combine()} and \code{combineList()}.
10
+    Thanks to Alejandro Reyes (@areyesq89) for the report. To be safe, BSseq
11
+    objects created with versions 1.13.0 to 1.13.4 should be re-created using a
12
+    newer version. More specifically, any BSseq objects created with
13
+    \code{combine()} or \code{combineList()} should be re-created. Also, BSseq
14
+    objects created using \code{read.bismark()} or \code{read.bsmooth()} with
15
+    multiple '\code{files}' should be re-created.}
16
+    \item{1.13.4: Fix performance regression in getMeth() and
17
+    getCoverage() when '\code{regions}' were supplied.}
18
+  }
19
+}
20
+
21
+
22
+
5 23
 \section{Version 1.11.x}{
6 24
 This version brings some new features for working with large
7 25
 bisulfite-sequencing datasets. Adding these features has involved substantial