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`.