Skip to content

Commit

Permalink
Merge pull request #1090 from openforcefield/fix-missed-decorator
Browse files Browse the repository at this point in the history
Remove an extra `@experimental` decorator
  • Loading branch information
mattwthompson authored Nov 1, 2024
2 parents d1966d5 + 2031230 commit 7f93571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/releasehistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Please note that all releases prior to a version 1.0.0 are considered pre-releas

## Current development

### Bug fixes

* Removes an internal use of the `@experimental` decorator which prevented `Interchange.from_openmm` from being fully removed from an experimental state.

## 0.4.0 - 2024

### Breaking changes and behavior changes
Expand Down
2 changes: 0 additions & 2 deletions openff/interchange/interop/openmm/_import/_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from openff.toolkit import Quantity, Topology
from openff.utilities.utilities import has_package, requires_package

from openff.interchange._experimental import experimental
from openff.interchange.common._nonbonded import vdWCollection
from openff.interchange.common._valence import (
AngleCollection,
Expand Down Expand Up @@ -33,7 +32,6 @@


@requires_package("openmm")
@experimental
def from_openmm(
*,
system: "openmm.System",
Expand Down

0 comments on commit 7f93571

Please sign in to comment.