- Added support for fasta header without space - Fixed some files missing in pypi tar.gz file
0.9.1
--------------------------
- Fixed unicode decode error when parsing large fasta/q file - Fixed sequence retrival error when using sequence object from loop after break
0.9.0
--------------------------
- Added support for Python3.10, 3.11 - Added support for aarch64 and musllinux - Added using tab as fasta sequence name splitter - Fixed repeat sequence comment error - Fixed the quality score parsing error from fastq - Fixed the reference of sequence returned from function
Older versions --------------
0.8.4
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added slice feature to FastaKeys - Fixed FastaKeys and FastqKeys iteration memory leak - Optimized FastaKeys and FastqKeys creation
0.8.3
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed Fastx iteration for next function - Fixed Fastx uppercase for reading fasta
0.8.2
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed sample segfault error caused by fastq iteration error - Fixed gzip index import error in multiple processes - Fixed fastq iteration segfault error with full_name=True - Fixed all objects iteration to support built-in next function