Releases: lightdock/lightdock-rust
Releases · lightdock/lightdock-rust
Release 0.3.2
This release includes several improvements (thanks @wjs20 and @szabgab):
- Improved error messages
- Using information from
setup.json
without the need of copying data inside the swarm folder - Examples for docs on https://lightdock.org/tutorials/0.9.3/rust
- Replacement of discontinued
npy
library bynpyz
.
Release 0.2.0
This release adds the support for a new protein-nucleic scoring function (dna
).
dna
scoring function makes use of the AMBER94 force-field as in the Python version.
Code has been heavily refactored to support for more scoring functions in the future.
Rust language edition has been updated to 2021.
Release 0.1.1
Updated to use lib3dmol version 0.4.0
to support residue insertion codes in residue restraints (antibody-antigen systems).
Thanks to Philippe Noel for supporting insertion codes in lib3dmol.
Release 0.1.0
First release of the LightDock protocol written in the Rust programming language.