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

New package: GNNGraphs v0.1.0 #111443

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Jul 21, 2024

JuliaRegistrator referenced this pull request in JuliaGraphs/GraphNeuralNetworks.jl Jul 21, 2024
Copy link
Contributor

github-actions bot commented Jul 21, 2024

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. New package registration

Please make sure that you have read the package naming guidelines.

2. AutoMerge Guidelines are all met! ✅

Your new package registration met all of the guidelines for auto-merging and is scheduled to be merged when the mandatory waiting period (3 days) has elapsed.

3. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

UUID: aed8fd31-079b-4b5a-b342-a13352159b8c
Repo: https://github.com/CarloLucibello/GraphNeuralNetworks.jl.git
Tree: f0b9a50c677290ff8862c6505b46255bf4b62704

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-gnngraphs-aed8fd31-v0.1.0-e01f912569 branch from b4e9f19 to 0597ca5 Compare July 21, 2024 10:33
JuliaRegistrator referenced this pull request in JuliaGraphs/GraphNeuralNetworks.jl Jul 21, 2024
@Moelf
Copy link

Moelf commented Jul 21, 2024

[noblock]

Why is this being renamed?

@CarloLucibello
Copy link
Contributor

[noblock]

Not being renamed, I'm factoring out in a subpackage the graph types and methods

@gdalle
Copy link
Contributor

gdalle commented Jul 21, 2024

[noblock]
Out of curiosity, what do you need that is not in Graphs.jl? I haven't had a lot of time for the graphs ecosystem lately but I hope to apply for some software grants in the future and revive it

@CarloLucibello
Copy link
Contributor

[noblock]

A GNNGraph isa Graphs.AbstractGraph. With respect to a Graphs.SimpleGraph it also stores node and edge features. Moreover, it has an edge representation (in the form of a vector of source nodes and a vector of target nodes) that allows for efficient message passing, gpu operations, etc...

@JuliaTagBot JuliaTagBot merged commit 7b7ac9a into master Jul 24, 2024
11 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-gnngraphs-aed8fd31-v0.1.0-e01f912569 branch July 24, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants