v1.2.1
What's Changed
-
fix edges functions adding nodes to graphs with chain selections #134 by @a-r-j in #136
-
[Feature] - #124 adds support for vector features associated protein protein geometry. #120 #122
-
[Feature] - #124 adds visualisation of vector features in 3D graph plots.
-
[Feature] - #121 adds functions for saving graph data to PDB files.
-
[Bugfix] - #136 changes generator comprehension when updating coordinates in subgraphs to list comprehension to allow pickling
-
[Bugfix] - #136 fixes bug in edge construction functions using chain selections where nodes from unselected chains would be added to the graph.
Breaking Changes
- #124 refactors
graphein.protein.graphs.compute_rgroup_dataframe
and moves it tographein.protein.utils
. All internal references have been moved accordingly.
Full Changelog: v1.2.0...v1.2.1