wiheto / teneto

Temporal Network Tools
GNU General Public License v3.0
86 stars 26 forks source link

Complete HDF5 compatibility #13

Open wiheto opened 5 years ago

wiheto commented 5 years ago

Some networkmeasures will not run if TemporalNetwork is in the HDF5 format. These should be fixed.

Measures are:

temporal_degree_centrality, volatility, fluctuability, sid, topological overlap, and participation coefficient with negative edges)

Edit: After this is done, some benchmarking for speed should be done. Some of the upcoming trajectory stuff is snailspeed in HDF5

wiheto commented 5 years ago

Dropped from 0.5 and won't be until 0.6 as speed issues are caused by HDF5 implementation and I need to read up more about this.