Skip to content

Commit

Permalink
Merge pull request #522 from openforcefield/v0.2.1-release-notes
Browse files Browse the repository at this point in the history
Add v0.2.1. release notes
  • Loading branch information
mattwthompson authored Sep 2, 2022
2 parents d5db44b + dee8b46 commit 8f4cc07
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/releasehistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@ Releases follow versioning as described in

Please note that all releases prior to a version 1.0.0 are considered pre-releases and many API changes will come before a stable release.

## 0.2.1 - Current development
## 0.2.2 - Current development


## 0.2.1 - 2022-09-02

This pre-release of Interchange includes performance improvements in exporters.

### Performance improvements
* #519 Improve runtime of `Interchange.to_top` by bypassing JAX broadcasting
* #520 Improve runtime of `Interchange.to_top` by using a set to track constrained atom pairs

### Behavior changes
* #519 Exports to array representations no longer use `jax.numpy` by default


## 0.2.0 - 2022-08-29
Expand Down

0 comments on commit 8f4cc07

Please sign in to comment.