Skip to content

Commit

Permalink
Merge pull request #386 from OpenFreeEnergy/add_news_1.1
Browse files Browse the repository at this point in the history
Backfill the news items for v1.1.0
  • Loading branch information
dotsdl authored Nov 7, 2024
2 parents f7eb1a7 + 5bfaf63 commit 05b54fc
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions news/backfill_new.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
**Added:**

* KeyedChain GufeTokenizable representation was added, allowing
GUFE objects to be deduplicated when serializing GufeTokenizables
(PR #286).
* Added `to_json` and `from_json` convenience methods to GufeTokenizables
to more easily convert to a JSON keyed chain representation (PR #368).

**Changed:**

* Minimum Python version has been raised to v3.10 (PR #340)

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Fixed an issue where partial charges were not being read from rdkit
Molecules where atom level properties were not set. This occured
mainly when reading from an SDF file with partial charge tags (PR #312).
* Fixed an issue where ProtocolDAG DAG order & keys were unstable /
non-deterministic between processes under some circumstances (PR #315).

**Security:**

* <news item>

0 comments on commit 05b54fc

Please sign in to comment.