GiulioRossetti / dynetx

Dynamic Network Analysis library
http://dynetx.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
109 stars 34 forks source link

Adding attributes to the edges #77

Open michellekarunaratne opened 4 years ago

michellekarunaratne commented 4 years ago

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

GiulioRossetti commented 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.

rcamejo01 commented 3 years ago

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 commented 3 years ago

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

simoncharmms commented 1 year ago

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