v1.1.0 - Incremental minor release
This is an incremental release, featuring some serialization convenience methods and minor bugfixes. Thanks to all the contributors to this release!
See our CHANGELOG for details.
What's Changed
- Pin CI to macos-12 by @IAlibay in #312
- Improve partial charge check by @jthorton in #326
- Bump minimum Python version to 3.10 by @mattwthompson in #340
- Mention 1.0 Release by @mikemhenry in #335
- Fix CI by @IAlibay in #348
- Add KeyedChain GufeTokenizable representation by @ianmkenney in #286
- Added some convenience methods to KeyedChain for symmetry; test simplifications by @dotsdl in #362
- Proposed fix to dag ordering by @LilDojd in #315
- JSON serialization on
GufeTokenizable
by @jthorton in #368 - Removed all hardcoded gufe keys from GufeTokenizable tests in test suite by @dotsdl in #374
- Save edge annotations in
LigandNetwork.to_graphml
by @jthorton in #369 - Backfill the news items for v1.1.0 by @IAlibay in #386
- Release : v1.1.0 by @dotsdl in #389
New Contributors
- @jthorton made their first contribution in #326
- @ianmkenney made their first contribution in #286
- @LilDojd made their first contribution in #315
Full Changelog: v1.0.0...v1.1.0