-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCHANGELOG
More file actions
52 lines (35 loc) · 975 Bytes
/
CHANGELOG
File metadata and controls
52 lines (35 loc) · 975 Bytes
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
# 0.0.40 (30.06.23)
- use np.int_ instead of long
# 0.0.38/39 (09.01.23)
- use np.int_ instead of long
# 0.0.36-37 (06.06.22)
- hotfix test
# 0.0.35 (27.05.22)
- remove deprecation warning by updating np.long to np.int
# 0.0.32 (25.02.21)
- add max disjoint
# 0.0.31 (02.12.19)
- fix cluster when using large negative slack
# 0.0.30 (08.11.19)
- add k-nearest searches
# 0.0.29 (13.09.19)
- fix int64 versions
# 0.0.28 (24.07.19)
- add count to merge/merge_by
# 0.0.26-27 (19.07.19)
- hotfixes
# 0.0.25 (16.07.19)
- implement introns, add by arg for merge and cluster
# 0.0.24 (14.07.19)
- implement cluster for pyranges-speedup
# 0.0.23 (28.05.19)
- add const kw where missing to allow multithreading
# 0.0.21-22 (16.05.19)
- refactor to modules.
- fix tile
# 0.0.20 (15.05.19)
- fix another off by 1 error in makewindows with tile=True
# 0.0.19 (14.05.19)
- fix off by 1 error in makewindows with tile=True
# 0.0.18 (13.05.19)
- add slack to find_clusters