Releases: choderalab/mtenn
Releases · choderalab/mtenn
0.7.0
Rework how models are constructed and add support for models that have different architectures for handling complex, protein, and ligand.
What's Changed
- Fix torchdata pins for dgl by @kaminow in #82
- try empty conftest for cov by @hmacdope in #81
- Add split handling for ligand and protein representations by @kaminow in #78
- Initialize Concat network automatically by @kaminow in #77
Full Changelog: 0.6.3...0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
- Main (breaking) change of this release is the change of the
Combinationclasses to return the per-pose predictions as well as the final combined prediction. This was done in order to connect these per-pose predictions back into the computation graph, so that they can be included in a loss function - Fleshed out docs and comments a bit more
0.5.2
0.5.1
0.5.0
This release modifies the way that mtenn.conversion_utils models are built so that all can be built by directly passing args for the underlying model. Additionally, we introduce mtenn.config, which implements Pydantic schema that can be used to reproducibly mtenn models.
0.4.0
This version implements a major change in the way the GroupedModel and Combination classes are written so that they now work natively in pytorch while also not gobbling all GPU memory. Additionally, all the different types of classes were split into their own files, which will break some API calls.