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

Adding attributes to the edges #77

Open
michellekarunaratne opened this issue Aug 2, 2020 · 4 comments
Open

Adding attributes to the edges #77

michellekarunaratne opened this issue Aug 2, 2020 · 4 comments

Comments

@michellekarunaratne
Copy link

Hi, is there a way to add attributes to the edges in the graph other than t & e to the edge?

@GiulioRossetti
Copy link
Owner

Hi, this is one among the planned features.

Unfortunately, due to the adopted interval based representation of temporal edges it is not trivia to implementation it maintaining space efficiency. My suggestion, at least for now, is to maintain such kind of information externally to the graph data structure.

@rcamejo01
Copy link

Hi! I have been trying to carry over the attributes I have in the edges of a static NetworkX Graph to a Dynamic Graph. I am having trouble. Is this feature still not available? I noticed there is an attribute parameter in the init function.

@GiulioRossetti
Copy link
Owner

Hi, unfortunately it is not yet available.
I've implemented (at least) partially node attributes, not edges' ones.

@simoncharmms
Copy link

Hi @GiulioRossetti,
any news on this issue? I would really appreciate :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants