- new source distribution uploaded
- Fix Python3 issues
- Added sequence functions: complement(seq) and translate(seq)
- Added fasta write function: fasta_dict_to_file(fasta_dict, fasta_file, line_char_limit=None)
- Added Gff method to return the sequence of line_data: sequence(self, line_data, child_type=None, reference=None)
- Gff.write no longer prints redundent '###' when the whole gene is marked as removed
- Fixed phase checking.
- Supports python 2.6, 2.7, 3.3, 3.4, pypy.
- Don't report empty attributes as errors.
- Improved documentation.
- First release on PyPI.