From a5e44544c758f87d5ee40f424db611410281cfdd Mon Sep 17 00:00:00 2001 From: Carl Vitzthum Date: Thu, 11 Apr 2019 10:48:35 -0400 Subject: [PATCH] README: changelog update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b50e79e8..62ee7473 100644 --- a/README.md +++ b/README.md @@ -639,6 +639,10 @@ ulimit -n 2000 ## Version history +### 0.3.7 +* The issue with integer overflow with get_linecount of pypairix is now fixed. (no need to re-index). +* Fixed issue where autoflip causes segmentation fault or returns an empty result on some systems. This affects `pairix -Y`, `pairix -a`, `pypairix.check_triangle()` and `pypairix.querys2D()`. It does not affect the results on 4DN Data Portal. + ### 0.3.6 * Line count (`pairix -n`) integer overflow issue has been fixed. The index structure has changed. The index generated by the previous versions (0.2.5 ~ 0.3.3, 0.3.4 ~ 0.3.5) can be auto-detected and used as well (backward compatible).