Skip to content

v1.2

Choose a tag to compare

@nelsonaloysio nelsonaloysio released this 02 Dec 22:04
· 20 commits to main since this release
fad01b1

Full Changelog: v1.1.1...v1.2


Added

  • Conversion functions from NetworkX to SNAP, StellarGraph.
  • Function is_static_graph to utils module.
  • Functions to_{} in utils.convert submodule.
  • Method convert to temporal graph objects.
  • Tests for order and size of to_directed, to_undirected output graphs.

Changed

  • Function convert moved to utils.convert submodule.
  • Functions is_frozen, is_temporal_graph moved from graph to utils module.
  • Package logo image.

Fixed

  • Copy missing names property to {from,to}_multigraph output graphs.
  • Original object changed on to_directed, to_undirected.

Removed

  • Unused parameters from temporal_neighbors: start and end.