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