Imported Upstream version 0.1.6
[tabix.git] / NEWS
1 Beta Release 0.1.6 (9 May, 2010)
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4 Notable changes:
5
6  * Improved backward compatibility. Release 0.1.5 does not work with the
7    buggy index file generated by 0.1.2.
8
9  * Fixed a bug in building linear index. The bug does not affect the
10    results, only affects efficiency in rare cases.
11
12  * Reduced the number of seek calls given an index generated by old
13    version of tabix.
14
15  * Added new APIs for retrieving data via an iterator. The old callback
16    APIs are not changed, although internally it uses iterator to
17    retrieve data.
18
19 I am trying to freeze tabix. I just hope I am committing new bugs.
20
21 (0.1.6: 9 May 2010, r563)
22
23
24
25 Beta Release 0.1.5 (5 May, 2010)
26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
28 Notable changes:
29
30  * Clarified that tabix is released under MIT/X11.
31
32  * Improved the robustness of indexing and retrieval.
33
34  * Reduced the number of seek calls when the specified region starts
35    from a 16kb block with no data. The index format is the same, but the
36    content is changed a little.
37
38 (0.1.5: 5 May 2010, r560)