Releases: microsoft/molecule-generation
Releases · microsoft/molecule-generation
molecule_generation 0.4.1
molecule_generation 0.4.0
molecule_generation 0.3.0
Added
- Add support for fine-tuning a pretrained model on new data (#30)
- Add a
__version__
attribute to make the package version easily accessible at runtime (#35)
Changed
- Drop the exact version requirements for
python
andtensorflow
to support entire ranges of versions (#35)
Removed
- Drop unused
GraphMultitaskModel
which ended up in the open-source release by accident (#34)
Fixed
- Make the inference server check the status of child processes every 10 seconds, so that it can exit gracefully in case of errors instead of hanging (#33)
molecule_generation 0.2.0
Added
- Add
MoLeRGenerator
, which uses the MoLeR decoder (without the encoder) as an autoregressive policy (#6) - Add
load_model_from_directory
, which can load any model by automatically picking the right wrapper class (#24) - Implement an option for
encode
to return not only the mean latent code but also the variance (#26)
Changed
- Improve how the MoLeR visualisers handle node selection steps (#10)
- Refactor how MoLeR keeps track of generation steps during decoding and include partial molecules in the step info classes (#27)
Fixed
molecule_generation 0.1.0
🌱 First public release, matching what was used for the original paper.
Added
- Add full implementation of MoLeR as introduced in the paper
- Add reference implementation of CGVAE, not yet supported by the high-level model API