Releases: choderalab/mtenn
Releases · choderalab/mtenn
0.6.2
0.6.1
0.6.0
- Main (breaking) change of this release is the change of the
Combination
classes 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.