Skip to content

Releases: CountESS-Project/fqfa

1.3.1

15 Jan 22:12
68d2d19

Choose a tag to compare

Support mypy type checking by adding a py.typed file.

1.3.0

29 Aug 13:21
5f01fcb

Choose a tag to compare

  • Improve performance of fastqread
  • Add mypy type checking and various minor development environment changes

1.2.3

23 Feb 00:18
8a703bd

Choose a tag to compare

Fixed an error with the packaging that resulted in empty packages being generated.

1.2.2

21 Feb 05:41
c5711a2

Choose a tag to compare

Reorganized the project internal structure and modernized the development workflow. The project now uses pyproject.toml, has pre-commit hooks, and GitHub actions for continuous integration.

1.2.1

18 Dec 03:58

Choose a tag to compare

infer_sequence_type will now infer that a sequence is a protein sequence instead of a DNA sequence containing ambiguity characters in cases when both are possible.

1.2.0

14 Dec 05:46

Choose a tag to compare

  • Added new functions to infer the type of a sequence (DNA, RNA, protein).
  • Improved package imports. For example, from fqfa import parse_fasta_records will work now.
  • Updated CI settings to fix coveralls.io showing 0% coverage.

1.1.0

25 Aug 05:21
a650039

Choose a tag to compare

  • Add support for ambiguous amino acid codes (Glx, Asx, Xaa)

  • Updated benchmarks to reflect performance improvements in pyfastx.

1.0.0a

28 Feb 00:04

Choose a tag to compare

Paper updates

1.0.0

26 Feb 23:30

Choose a tag to compare

Publication release

Major

  • Performance benchmarking added to the documentation, including comparison with pyfastx

0.0.2

31 Jan 23:59

Choose a tag to compare

Major

  • Substantial improvements to the documentation, including usage examples
  • Added a function for writing FASTA records
  • Added code of conduct