I added a set of _directed() methods for the filter_by_overlap family: filter_by_overlaps_directed() and filter_by_non_overlaps_directed(). This family of methods was also missing some unit tests so I added a few for the original as well as the newly implemented methods.
I added a set of
_directed()
methods for thefilter_by_overlap
family:filter_by_overlaps_directed()
andfilter_by_non_overlaps_directed()
. This family of methods was also missing some unit tests so I added a few for the original as well as the newly implemented methods.These changes close #96.
Note I didn't version bump in DESCRIPTION.