Releases: dmulyalin/N2G
Releases · dmulyalin/N2G
0.3.3
FEATURES
- DrawioModule - layout method add new
ig_kwargs
argument to pass on argument to instantiate the graph e.g.directed=True
BUGS
- DrawioModule - Fixed edge id handling for drawio link update, previously edge id was not changed on link update - #11, #18, #19
- DrawioModule - Fixed igraph source and target argument to use vertex instances #17
CHANGES
- DrawioModule - Changes in handling draw.io XML loading and processing to convert all node and link mxCell tags to be enveloped into tags
- Python 3.6 deprecated, Python 3.7 is the lowest supported version
- Dependency updates:
- openpyxl 3.0.* -> 3.1.*
- python-igraph 0.9.* -> 0.10.*
- flask 2.1.2 -> 2.2.2
0.3.2
0.3.1
0.3.0
FEATURES
- Added new set of plugins - viewers
- Added plugin - yED svg viewer WEB UI accessible using CLI tool
- Added cli_isis_data ISIS LSDB visualization for Juniper devices output
- Added cli_l2_data LLDP visualization for Juniper devices output
- Added support for CLI tool to specify logging level
- Added support for CLI tool to specify IP address to run V3D server on
- Added plugin - V3D viewer WEB UI accessible using CLI tool
CHANGES
- Logging reconfigured to not override parent parameters
- Moved to Poetry for dependency, packaging and venv management
BUGS
- V3D Viewer WEB UI fixed reference to ThreeJS script
- #16 doc string fixed
- Doctring typos fixes using pylint
0.2.0
FEATURES
- Added data and diagram plugins system
- Added N2G CLI tool to generate diagrams
- Added
xlsxl_data
plugin together with CLI tool bindings for it - Added
cli_l2_data
plugin to draw diagrams based on CDP and LLDP protocols relationships, MAC tables - Added support for
src_label
andtrgt_label
todrawio
diagram plugin - Added V3D diagram module to produce JSON structure compatible with
3D Force-Directed Graph <https://github.com/vasturiano/3d-force-graph>
_ - Data plugin
cli_ip_data
to draw diagrams based on L3 network data - subnets, IP, ARP, VRRp, HSRP - Added
cli_isis_data
data plugin to draw ISIS LSDB data diagrams - Added
cli_ospf_data
data plugin to draw OSPF LSDB data diagrams - Added
json_data data
plugin to source data for diagram from JSON text
BUGS
Nill
CHANGES
- Moved diagram modules to diagram plugins