nested_intervals 0.1.9

nested & overlapping interval set functions, overlap, union, etc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
nested_intervals Changelog
=====================================



0.1.9 - introduced overlap_status
0.1.8 - fixed a panic in merge_split with repeated ids 
0.1.7 - refactoring only
0.1.6 - find_closest now correctly looks both directions
0.1.5 - has_overlap return false on empty (x..y is x>=y) intervals
0.1.4 - fixed a bug in merge_hull which would sometimes ommit the last interval
0.1.3 - added merge_connected
0.1.2 - ids in merge_hull now sorted like in merge_split
0.1.1 - fixed new_with_ids to sort ids correctly
0.1.0 - initial release