Releases: lmdu/pyfastx
Releases · lmdu/pyfastx
v2.2.0
Added support for Python 3.13
Fixed sub sequence error for non-standard fasta
Upgraded the zlib to 1.3.1 and sqlite 3.47.2
v2.1.0
Added support for Python 3.12
Fixed fasta sequence composition error ( #77 )
Fixed fastq continuous reading error ( #75 #78 )
v2.0.2
Fixed subsequence return None error ( #76 )
v2.0.1
Speedup the gzip index writing to index file
v2.0.0
Added support for file name with wide char ( #66 )
Added support for specifying index file path ( #45 )
Added support for more characters in DNA sequence
Added reverse complement function for DNA conversion ( #69 )
Improved the performance of kseq library ( #68 )
Optimized gzip index importing and saving without temp file
Fixed segmentation fault when using sequence composition ( #67 )
Fixed memory leak in Fastq read quality integer ( #70 )
Fixed zlib download url broken error when building
v1.1.0
Fixed unicode error when reading fastq file
v1.0.1
Fixed invalid uppercase when iterating fastx
v1.0.0
Added support for fasta header without space ( #62 #58 )
Fixed some files missing in pypi tar.gz file ( #60 )
v0.9.1
Fixed unicode decode error when parsing large fasta/q file ( #39 #56 )
Fixed sequence retrival error when using sequence object from loop after break ( #43 )
v0.9.0
Added support for Python3.10, 3.11
Added support for aarch64 and musllinux ( #34 )
Added using tab as fasta sequence name splitter
Fixed repeat sequence comment error ( #37 #49 )
Fixed the quality score parsing error from fastq ( #44 )
Fixed the reference of sequence returned from function ( #36 )
You can’t perform that action at this time.