Skip to content

Releases: MycoAI/taxotagger

0.0.1-alpha.7

16 Jan 16:51

Choose a tag to compare

What's changed

  • Fixed a bug on getting headers of fasta file
  • Added docs for webapp

v0.0.1-alpha.6

21 Oct 14:15

Choose a tag to compare

Just update the version.

v0.0.1-alpha.5

21 Oct 14:10

Choose a tag to compare

What's changed

  • Add util function parse_fasta
  • Add guide for adding custom embedding model
  • Disallow duplicate input sequences
  • Update tests to skip heavy-download ones on CI

Full Changelog: v0.0.1-alpha.4...v0.0.1-alpha.5

v0.0.1-alpha.4

14 Oct 14:35

Choose a tag to compare

What's Changed

  • Add unit tests and add support for MycoAI_BERT embedding model by @CunliangGeng in #1

Full Changelog: v0.0.1-alpha3...v0.0.1-alpha.4

v0.0.1-alpha3

27 Sep 11:34

Choose a tag to compare

allow duplicates in input sequences

v0.0.1-alpha.2

22 Aug 11:43

Choose a tag to compare

Added

v0.0.1-alpha.1

19 Aug 09:02

Choose a tag to compare

First release

  • Added the main module taxotagger.
  • Added all necessary python packaging files.