Graphein Versions Save

Protein Graph Library

v1.7.6

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/a-r-j/graphein/compare/v1.7.5...v1.7.6

v1.7.5

6 months ago

What's Changed

Full Changelog: https://github.com/a-r-j/graphein/compare/v1.7.4...v1.7.5

v1.7.4

6 months ago

What's Changed

Full Changelog: https://github.com/a-r-j/graphein/compare/v1.7.3...v1.7.4

v1.7.3

8 months ago

What's Changed

Full Changelog: https://github.com/a-r-j/graphein/compare/v1.7.2...v1.7.3

v1.7.2

8 months ago

Adds support for newer biopandas releases

v1.7.1

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/a-r-j/graphein/compare/v1.7.0...v1.7.1

v1.7.0

1 year ago

What's Changed

Full Changelog: https://github.com/a-r-j/graphein/compare/v1.6.0...v1.7.0

v1.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/a-r-j/graphein/compare/v1.5.2...v1.6.0

v1.5.2

1 year ago

1.5.2 - 19/9/2022

Protein

  • [Bugfix] - #206 Fixes KeyError when using graphein.protein.edges.distance.node_coords
  • [Bugfix] - Includes missing data files in MANIFEST.in #205

GRN

  • [Bugfix] - #208 - Resolves SSL issues with RegNetwork.

ML

  • [Feature] - #208 support for loading local pdb files by ProteinGraphDataset and InMemoryProteinGraphDataset.

by adding a params:pdb_paths and set the self.raw_dir to the root path(self.pdb_path) of pdb_paths list (the root path should be only one, pdb files should be under the same folder).

it allows loading pdb files from the self.pdb_path instead of loading from self.raw. If you wish to download from af2 or pdb, just set pdb_paths to None and it goes back to the former version.

CI

  • [Bugfix] - #208 explicitly installs jupyter_contrib_nbextensions in Docker.

v.1.5.1

1 year ago

1.5.1

Bugfixes

  • [Patch] - #201 Adds missing MSE to graphein.protein.resi_atoms.RESI_NAMES, graphein.protein.resi_atoms.RESI_THREE_TO_1. #200
  • [Patch] - #201 Fixes bug where check for same-chain always evaluates as False. #199
  • [Patch] - #201 Fixes bug where deprotonation would only remove hydrogens based on atom_name rather than element_symbol. #198
  • [Patch] - #201 Fixes bug in ProteinGraphDataset input validation.