Skip to content

Commit

Permalink
update changelog for v0.3.7 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Apr 5, 2024
1 parent aeb9d3f commit 7fb191c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7fb191c

Please sign in to comment.