- Fixed pip install error from source code - Removed support for python39 32bit due to dll load error
0.8.0
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added Fastx object as a simple sequence iterator - Added FastqKeys object to obtain read names - Added full_name option to Fastq object - Added support for Python 3.9 - Fixed Fasta object error identifier order - Optimized speed of containing test and iteration - Changed Identifier object to FastaKeys object
0.7.0
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added support for extracting flank sequences - Added support for indexing super large gzip file - Reduced memory consumption when building gzip index - Improved the speed of random access to reads from fastq - Fixed sequence dealloc error cuasing no fasta delloc trigger - Fixed fastq max and min quality score return value
0.6.17
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed gzip index loading error when no write permission
0.6.16
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Increased the buff size of kseq to speedup sequence iteration - Removed warning message from fasta.c when building full index
0.6.15
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed key_func error caused by free operation - Fixed full name error when reading sequence without whitespace in names - Fixed a hidden bug in fasta/q iteration when reading attributes (not seq) - Fixed fasta/fastq size and sequence count error on Windows when parsing large file - Fixed zlib 2gb and 4gb limit on windows x64 to support large file - Reduced seek point span size to speedup random access from gzip file