forked from pyranges/ncls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
55 lines (38 loc) · 1.21 KB
/
CHANGELOG
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 0.0.54 (14.09.20)
- fix #38 (thanks fireice-uk)
# 0.0.53 (?)
- add datastructure FNCLS which uses floating point starts and ends
# 0.0.52 (20.02.20)
- fix missing functions in headers (thanks Igor Gotlibovych)
# 0.0.51 (03.12.19)
- make setup.py installable distutils if cython isn't installed
# 0.0.50 (11.11.19)
- fix last_overlaps_both
# 0.0.49 (08.11.19)
- add last_overlaps_both
# 0).0.47 (30.10.19)
- fix rare segfault in set_difference_helper
# 0.0.45 (07.10.19)
- try to fix another windows error
# 0.0.44 (10.09.19)
- remove sys.time dep. perhaps it now works on windows?
- add k_find_both
- fix bug when large ints were used
# 0.0.43 (23.07.19)
- add coverage-method which finds bp overlap of intervals
# 0.0.42 (16.04.19)
- add len method
- return intervals with _ncls.intervals()
# 2018.10.12 (0.0.33)
- speedups
# 2018.13.11 (0.0.29)
- add 32-bit methods
# 2018.01.06 (0.0.23)
- NCLS started segfaulting in travis build for pyranges. Probably due to bad string definition files in travis.
# 2018.05.09 (0.0.16-18)
- add Cython/C helper code for pyranges
# 2018.05.09 (0.0.15)
- add faster method has_overlap that returns True/False
# 2018.05.09 (0.0.11)
- empty NCLS returns [] instead of raising IndexError
-