From d243e6a5f3c9a1d37599366ced890b7430b5f18c Mon Sep 17 00:00:00 2001 From: Krzysztof Maziarz Date: Fri, 16 Jun 2023 18:17:32 +0100 Subject: [PATCH] Release v0.4.0 (#60) This PR edits the CHANGELOG to mark the v0.4.0 release. After it's merged, I will tag the resulting commit, and then push the release to PyPI. In particular, this release includes several changes that make `molecule_generation` compatible with the latest versions of `rdkit` and `numpy`. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da6b10..4898714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.4.0] - 2023-06-16 + ### Added - Add an option for `decode` to return the entire generation trace ([#51](https://github.com/microsoft/molecule-generation/pull/51)) @@ -55,7 +57,8 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. - Add full implementation of MoLeR as introduced in the paper - Add reference implementation of CGVAE, not yet supported by the high-level model API -[Unreleased]: https://github.com/microsoft/molecule-generation/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/microsoft/molecule-generation/compare/v0.4.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.3.0]: https://github.com/microsoft/molecule-generation/releases/tag/v0.3.0 +[0.4.0]: https://github.com/microsoft/molecule-generation/releases/tag/v0.4.0