- Added better exceptions for files that do not contain any valid sequences (144)
0.5.5
- Added proper BGZF support, fixing 131. Note: this fix requires code present in Biopython 1.73, which is not yet released. If you need this functionality in the mean time, install the biopython development version - Enhancement to `faidx` script: allow -v to be specified alongside -g (142). Thanks daler!
0.5.4.2
- Fixes 141, adding support for FASTA files containing carriage returns (Windows formatted files)
0.5.4.1
- Fixes 140 by changing the `--default-seq` argument in the `faidx` script to default to `None`
0.5.4
This release adds a numpy array interface for `FastaRecord` objects (see 139).
0.5.3.1
This is a bug fix release to properly support changes in 134 and PR in 138.