Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 471 Bytes

release_notes.md

File metadata and controls

9 lines (6 loc) · 471 Bytes

Release Notes

0.1.1

  • Issue 29 Fixed bug in topologic.io.from_dataset where an empty networkx graph object (Graph, DiGraph, etc) was being treated as if no networkx Graph object were provided at all.
  • Added is_digraph parameter to topologic.io.from_file. This parameter defaults to False for original behavior. Setting it to True will create a networkx DiGraph object instead.

0.1.0

  • Initial release