-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #386 from OpenFreeEnergy/add_news_1.1
Backfill the news items for v1.1.0
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |