# plyranges 1.4.4  (17/09/2019)

* plyranges release and devel have removed `unnest()` and replaced it
with `expand_ranges()` due to changes in the tidyr API. Please replace
all uses of this function with `expand_ranges()`

# plyranges 1.3.4 (10/03/2019)

* fixed bind_ranges so it preserves rownames

# plyranges 1.1.5 (25/05/2018)

* enable right generics to be called upon invoking plyranges functions
without loading plyranges

# plyranges 1.1.4 (15/05/2018)

* added tile/window methods
* fixed up documentation

# plyranges 1.1.3 (14/05/2018)

* doc updates

# plyranges 1.1.2 (14/05/2018)

* speed up of `group_by` methods
* refactor of BAM reading utilities

# plyranges 0.99.10 (30/04/2018)

* refactored `set_width` out so it's called internally by mutate
* along with `set_width` there are other internal `set_` methods
* add `_within_directed` variants for overlaps methods
* modified `overscope_ranges` to be an S3 method, should enable more refactoring in the future

# plyranges 0.99.9 (12/04/2018)

https://bioconductor.org/packages/devel/bioc/html/plyranges.html

- package passed review and is now on Bioconductor devel branch!
- I've been pretty slack with updating the NEWS file but will be more
diligent in the future.
