Open michellekarunaratne opened 4 years ago
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.
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.
Hi, unfortunately it is not yet available. I've implemented (at least) partially node attributes, not edges' ones.
Hi @GiulioRossetti, any news on this issue? I would really appreciate :-)
Hi, is there a way to add attributes to the edges in the graph other than t & e to the edge?