Releases: MycoAI/taxotagger
Releases · MycoAI/taxotagger
0.0.1-alpha.7
What's changed
- Fixed a bug on getting headers of fasta file
- Added docs for webapp
v0.0.1-alpha.6
Just update the version.
v0.0.1-alpha.5
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
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
allow duplicates in input sequences
v0.0.1-alpha.2
Added
- batch support for Milvus
searchandinsertoperations - logging management
- docs
- vscode profile for developers
v0.0.1-alpha.1
First release
- Added the main module
taxotagger. - Added all necessary python packaging files.