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