All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- bug where MMseqs2 returned empty results search #73
v1.1.2 - 2024-02-22
- chunked loading of MMSeqs2 preselected targets - improves runtime
- C++17 lowered to C++14 for compatibility
- pyopal API v0.5 integrated
- removed
scipy
distance calculation with function - replaced
biopython
withbiotite
for structure manipulation - better runtime and easier deploy - tests fixed & added to CI/CD
v1.1.1 - 2024-03-01
- Automatic setup of the PDB database during the first run
- Automatic parsing of both mmCIF and PDB files
- Removed
torch
dependency - significant improvement in startup times - added models of v1.1 - available for the download via
get-models
subcommand - CI/CD