Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve add_edges for graph and heterographs #337

Merged
merged 5 commits into from
Sep 5, 2023
Merged

Conversation

CarloLucibello
Copy link
Owner

@CarloLucibello CarloLucibello commented Sep 5, 2023

  • Support passing edge weights.
  • Allows to add edges with source or target indexes larger then num_nodes. New nodes are created in this case.
  • adds the empty graph constructor GNNGraph()

Fix #331.

@CarloLucibello CarloLucibello merged commit 713996c into master Sep 5, 2023
4 of 5 checks passed
@CarloLucibello CarloLucibello deleted the cl/hetero3 branch July 18, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edge weights not properly documented for GNNHeteroGraphs (and implement new function to add new edge weights?)
1 participant