From 7fb191c4bba0488a781e47cfe0d4fa4508997a14 Mon Sep 17 00:00:00 2001 From: Lily Wang <31115101+lilyminium@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:38:46 +1100 Subject: [PATCH] update changelog for v0.3.7 (#104) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b90f4..1d031f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ The rules for this file: use tabs but use spaces for formatting * accompany each entry with github issue/PR number (Issue #xyz) --> +## v0.3.7 -- 2024-04-05 + +### Authors +- @lilyminium +- mattwthompson + +### Fixed +- Refactored resonance enumeration to avoid generating whole + molecules with itertools.product where possible (PR #102, Issue #101) +- Refactored NXMolGraph.in_edges to use np.where to speed code up (PR #102, Issue #101) +- Removed Binder tooling (PR #99) + ## v0.3.6 -- 2024-03-22