Skip to content

Commit

Permalink
Release v0.2.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaziarz authored Jul 1, 2022
1 parent db607a3 commit 22950b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2022-07-01

### Added
- `MoLeRGenerator`, which uses the MoLeR decoder (without the encoder) as an autoregressive policy ([#6](https://github.com/microsoft/molecule-generation/pull/6))
- `load_model_from_directory`, which can load any model by automatically picking the right wrapper class (either `VaeWrapper` or `GeneratorWrapper`) ([#24](https://github.com/microsoft/molecule-generation/pull/24))
Expand All @@ -27,5 +29,6 @@ This is the first public release, matching what was used for [the original paper
- Full implementation of MoLeR as introduced in the paper
- Reference implementation of CGVAE, not yet supported by the high-level model API

[Unreleased]: https://github.com/microsoft/molecule-generation/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/microsoft/molecule-generation/compare/v0.2.0...HEAD
[0.1.0]: https://github.com/microsoft/molecule-generation/releases/tag/v0.1.0
[0.2.0]: https://github.com/microsoft/molecule-generation/releases/tag/v0.2.0

0 comments on commit 22950b6

Please sign in to comment.