Skip to content

Releases: lmdu/pyfastx

v2.1.0

28 Feb 13:17
Compare
Choose a tag to compare
  • Added support for Python 3.12
  • Fixed fasta sequence composition error ( #77 )
  • Fixed fastq continuous reading error ( #75 #78 )

v2.0.2

25 Nov 09:49
Compare
Choose a tag to compare
  • Fixed subsequence return None error ( #76 )

v2.0.1

17 Sep 23:12
Compare
Choose a tag to compare
  • Speedup the gzip index writing to index file

v2.0.0

07 Sep 13:25
Compare
Choose a tag to compare
  • 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

19 Apr 15:21
Compare
Choose a tag to compare
  • Fixed unicode error when reading fastq file

v1.0.1

28 Mar 10:32
Compare
Choose a tag to compare
  • Fixed invalid uppercase when iterating fastx

v1.0.0

24 Mar 14:19
Compare
Choose a tag to compare
  • Added support for fasta header without space ( #62 #58 )
  • Fixed some files missing in pypi tar.gz file ( #60 )

v0.9.1

01 Jan 09:56
Compare
Choose a tag to compare
  • 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

30 Dec 14:18
Compare
Choose a tag to compare
  • 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 )

v0.8.4

30 Jun 12:41
Compare
Choose a tag to compare
  • Added slice feature to FastaKeys ( #31 )
  • Fixed FastaKeys and FastqKeys iteration memory leak ( #32 )
  • Optimized FastaKeys and FastqKeys creation