Skip to content

0.3.3

Latest
Compare
Choose a tag to compare
@dmulyalin dmulyalin released this 11 Feb 07:41

FEATURES

  1. DrawioModule - layout method add new ig_kwargs argument to pass on argument to instantiate the graph e.g. directed=True

BUGS

  1. DrawioModule - Fixed edge id handling for drawio link update, previously edge id was not changed on link update - #11, #18, #19
  2. DrawioModule - Fixed igraph source and target argument to use vertex instances #17

CHANGES

  1. DrawioModule - Changes in handling draw.io XML loading and processing to convert all node and link mxCell tags to be enveloped into tags
  2. Python 3.6 deprecated, Python 3.7 is the lowest supported version
  3. Dependency updates:
    • openpyxl 3.0.* -> 3.1.*
    • python-igraph 0.9.* -> 0.10.*
    • flask 2.1.2 -> 2.2.2