Fixed - All references to `misc.bio` and `misc.bio_utils`. Please see [Issue 1](https://github.com/bmmalone/pybio-utils/issues/1) in the new repo for more details.
0.2.0
This is a new version which moves the project from Bitbucket to GitHub. Additionally, the other utilities (`misc.***`) have been completely removed. They will be added to a new [`pymisc-utils`](https://github.com/bmmalone/pymisc-utils) repository.
0.1.6
Fixed - Missing import in counting alignments for bam files
0.1.5
Updated - `get-read-length-distribution` script to handle bam, fasta and fastq files. See [the bio docs](docs/bio.mdget-read-length-distributions) for more details.
0.1.4
Removed - bed, bam and gtf helpers from `bio.py`. These had already been deprecated for quite some time.
0.1.3
Added - Script to remove duplicate entries from bed files. See [the bio docs](docs/bio.mdmerge-bed12-files-and-remove-duplicate-entries) for more details.