v1.0.0
This is the first official release of the opencadd
package with the fully functional submodule opencadd.databases.klifs
(OpenCADD-KLIFS) and several other work-in-progress submodules.
Overview
databases.klifs
: utilities to query the KLIFS database, offline or online.- 🚧
io
: read and write molecules from/to files. - 🚧
structure.pocket
: identification and analysis of protein (sub)pockets. - 🚧
structure.superposition
(formerlysuperposer
): superimpose macromolecules using sequence and structural information.
New
opencadd.databases.klifs
: Add API for more data types provided by KLIFS:opencadd.databases.klifs
: Add OpenCADD-KLIFS paper #112
Improvements
opencadd.databases.klifs
: Define KLIFS data fields in CSV file instead of being part of the package codeopencadd.databases.klifs
: Update documentation and instructions for installing OpenCADD-KLIFS only (instead of the full package and all its dependencies) #111 #116 #118
Fixes
- Pin
jsonschema
to versions below 4.0.0 to work around version issues withbravado
; once these issues are resolved remove this pin (more details in issue #109)