v1.2
Full Changelog: v1.1.1...v1.2
Added
- Conversion functions from NetworkX to SNAP, StellarGraph.
- Function
is_static_graphtoutilsmodule. - Functions
to_{}inutils.convertsubmodule. - Method
convertto temporal graph objects. - Tests for order and size of
to_directed,to_undirectedoutput graphs.
Changed
- Function
convertmoved toutils.convertsubmodule. - Functions
is_frozen,is_temporal_graphmoved fromgraphtoutilsmodule. - Package logo image.
Fixed
- Copy missing
namesproperty to{from,to}_multigraphoutput graphs. - Original object changed on
to_directed,to_undirected.
Removed
- Unused parameters from
temporal_neighbors:startandend.