Skip to content

Commit

Permalink
Backfill the news items for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Nov 6, 2024
1 parent f7eb1a7 commit 5bfaf63
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 5bfaf63

Please sign in to comment.