Changes: - pyranges constructor is copy-by-default
0.0.133
- Only bump version
0.0.132
- Fix ResourceWarning in pyranges/readers.py function read_bed due to unclosed file. 377
0.0.131
- Added option to read_gtf to rename columns that have reserved names in pyranges https://github.com/pyranges/pyranges/issues/341
0.0.130
- Added new documentation centralized at readthedocs (including tutorial, how-to-pages, dev guide) - Shrunk README accordingly - Added new tests based on doctests - Fixed future warning https://github.com/pyranges/pyranges/issues/349