v1.3.0
Full Changelog: v1.2.1...v1.3.0
Added
- Drawing function
unrolled_layout. - Function
sliceargumentaxisin[0, 1]for time and node/edge bins. - Improved NetworkX graph functions to
classesmodule. - Module
algorithmswith centrality, centralization, and community metrics. - Module
generatorswith example datasets and generative functions. - Parameter
deltaadded toto_unrolled(previouslyto_unified). - Parameter
intervalsadded toslicemethod of temporal graphs. - Quality of life functions to temporal graph objects, for example,
from_multigraph. - Type objects
TemporalDiGraph,TemporalMultiGraph,TemporalMultiDiGraph. - Utility functions for static and temporal graphs.
Changed
- Functions
transform.{from,to}_unrolledrenamed fromtransform.{from,to}_unified. - Module
classesrenamed fromgraph. - Module
readwriterenamed fromio. - Parameter
copiesadded toorder,number_of_nodes,size,number_of_edgesmethods. - Parameter
deltarenamed fromeps(transform.to_events). - Type object
TemporalGraphnow refers to undirected, non-multigraph temporal graphs. - Wrapping methods of inherited NetworkX static graph classes by temporal graph classes.
Deprecated
- Alias parameters for package conversion, for example,
'nk'for'networkit'.
Fixed
- Drawing node and edge elements returning empty plots with
labels=False. - Node-level slices on empty graphs (without edges) are now supported.
- Slicing a graph with
slicewhen specifyingattrbut notbinsnow returns unique points.