X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=NEWS;h=121485e90fc4b812d30524def24b51b7d9bd7cf3;hb=0f47d4e1161013a02d71962644cb53e68884477f;hp=1aa23593df188b1827f6e46bf1779874552fd100;hpb=3384f6c6c1642ada4edae9204ca1202672de7d5a;p=samtools.git diff --git a/NEWS b/NEWS index 1aa2359..121485e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,60 @@ +Beta Release 0.1.19 (15 March, 2013) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Notable changes in samtools and bcftools: + + * The latest source code and development moved to github, + http://github.com/samtools/samtools + + * Many important bugfixes and contributions by many people. Thanks to all! + + * Performance improvements (multi-threading) + + * Important changes in calling, see + - samtools mpileup -p + - bcftools view -m + + * New annotations useful for filtering (RPB, HWE, QBD, MDV) + + * New tools, bamcheck and plot-bamcheck + + * New features in samtools tview + + * And much more.. + +For a detailed list of commits, please see +http://github.com/samtools/samtools/commits/master + +(0.1.19: 15 March 2013, commit 96b5f2294ac0054230e88913c4983d548069ea4e) + + +Beta Release 0.1.18 (2 September, 2011) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Notable changes in samtools: + + * Support the new =/X CIGAR operators (by Peter Cock). + + * Allow to subsample BAM while keeping the pairing intact (view -s). + + * Implemented variant distance bias as a new filter (by Petr Danecek). + + * Bugfix: huge memory usage during indexing + + * Bugfix: use of uninitialized variable in mpileup (rare) + + * Bugfix: wrong BAQ probability (rare) + +Notable changes in bcftools: + + * Support indel in the contrast caller. + + * Bugfix: LRT2=nan in rare cases + +(0.1.18: 2 September 2011, r982:295) + + + Beta Release 0.1.17 (6 July, 2011) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~