X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=tabix.git;a=blobdiff_plain;f=NEWS;h=d23054184048429abbf18fe8dbe3b45446979dc8;hp=ff28dedd5237ac852ccdc41fec0ab2521275a5e0;hb=2112b1dba17e822d8028151605b4cdc01f0a4c3d;hpb=3be5ff47495762af7f2ebec145bc8f9c7674593d diff --git a/NEWS b/NEWS index ff28ded..d230541 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Release 0.2.4 (10 April, 2011) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Notable changes: + + * Give an error if the index file is older than the data file. + + * Avoid a segfault given flawed input. + + * Added Python APIs contributed by Hyeshik Chang. The new APIs do not bind to + the dynamic library and are reported to be faster. Pysam also comes with a + tabix binding. + + * Added option "-r" for efficient header replacement. + + * Added BED support. + + * Synchronized the BGZF library between tabix and samtools. + +(0.2.4: 10 April 2011, r949) + + + Beta Release 0.2.3 (8 December, 2010) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~