Skip to content

Release v0.7.0

Compare
Choose a tag to compare
@davidban77 davidban77 released this 08 May 22:06
· 18 commits to master since this release
9e0ba6d

Enhancement:

  • Ability to manipulate SVGs. Added new methods: create_drawing, update_drawing, delete_drawing and get_drawing. Ref #66
  • Added a drawing_utils.py module that have some helper functions to generate SVGs in the Project: generate_rectangle_svg, generate_line_svg and generate_ellipse_svg. Also parsed_x and parsed_y that helps positions the Nodes and drawings in the canvas.
  • Python 3.8 support. Ref #68
  • Added upload_compute_image to the Gns3Connector object. Thanks @skeiffer for the contribution. Ref #62

Fix:

  • Fixes issue closing Project. Ref #71
  • Update poetry and fix CI. Ref #64