changes
- updated most of the library from Python 2 to 3
additions
- added get and set state to genomic feature
- changed default key to function (allows pickling)
- added shared connection and file
- added get state to interval
- added a fasta iterator with limited line length
- added slots and get/set state to gff iterators
- imported file iterators into respective modules
- added test for fasta iterator
- added picklable tests for genomic feature and interval
- added tests for shared file and connection
- added shared file pool
fixes
- fixed genomic interval comparisons