forked from chaimleib/intervaltree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.txt
31 lines (22 loc) · 875 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Version 0.5
-------------
- Fixed issue #5. This is the last version of this project.
Version 0.4
-------------
- Turns out, the tree was not balancing itself at all, as the corresponding code was wrong.
Version 0.3
-------------
- Support for Python 3
- Interval now inherits from a namedtuple. Benefits: should be faster.
Drawbacks: slight behavioural change (intervals not mutable anymore).
Version 0.2.3
-------------
- Slight changes for inclusion in PyPI.
- Some documentation changes
- Added tests
- Fixed the bug, where interval addition via [] would not work properly in Python 2.7
(see http://bugs.python.org/issue21785)
- Added intervaltree.bio subpackage, adding some utilities for use in bioinformatics
Version 0.2.2b
--------------
- Forked from https://github.com/chaimleib/PyIntervalTree