Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 1.4 KB

Changelog

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.

[v1.1.3] - 2024-02-22

Fixes

  • bug where MMseqs2 returned empty results search #73

v1.1.2 - 2024-02-22

Added

  • chunked loading of MMSeqs2 preselected targets - improves runtime

Fixed

  • C++17 lowered to C++14 for compatibility
  • pyopal API v0.5 integrated
  • removed scipy distance calculation with function
  • replaced biopython with biotite for structure manipulation - better runtime and easier deploy
  • tests fixed & added to CI/CD

v1.1.1 - 2024-03-01

Added

  • 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