Molgraph

Latest version: v0.8.1

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 7

0.7.6

Minor features and improvements
- `molgraph.applications.proteomics`
- Two different types of peptide models now exist --- one with, and one without, virtual/super nodes. For inclusion of super nodes specify `super_nodes=True` for `PeptideGraphEncoder`, otherwise `False`. Depending on `super_nodes` parameter, `PeptideModel` (aliased `PeptideGNN` or `PepGNN`) will return a Keras Sequential model with an certain readout layer.
- `molgraph.models.interpretability`
- Add `reduce_features` argument (default True) to `GradientActivationMapping`. Specifies whether node feature dimension should be averaged.

0.7.5

Major features and improvements
- `molgraph.applications.proteomics`
- `PeptideSaliency` is now based on the gradient (class) activation mapping algorithm. It considers all node features, including intermediate ones. Based on preliminary experiments, the saliencies looks more reasonable now.
- Users are now able to add their own dictionary of AA/Residue SMILES, see README at `molgraph/applications/proteomics/`.

0.7.4

Bug fixes
- `molgraph.applications.proteomics`
- Remove `keras.Sequential` wrapping around RNN and DNN of `PeptideGNN` to avoid 'graph disconnect' error.

0.7.3

Minor features and improvements
- `chemistry.MolecularGraphEncoder` are now by default *not* computnig positional encoding. Pass an `integer` to `positional_encoding_dim` to compute positional encodings of dim `integer`.

0.7.2

Bug fixes
- add `MANIFEST.in` and modify `setup.py` to include json files.

0.7.1

Bug fixes
- `molgraph.applications.proteomics`
- Fix import issue.

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.