Skip to content

v2.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 10:17
4c6d0a4

Release created on: 10.03.2023 - 10:17:58

New Features

  • Support for FreeBSD in Platform.
  • A data model for GraphML (graph, node, edge, key, data and subgraph).
  • A conversion from pyTooling's graph data structure to GraphML XML files.
  • A conversion from pyTooling's tree data structure to GraphML XML files.

Changes

  • Bumped dependencies.
  • Added missing dependencies in documentation.
  • Package pyTooling using build.
  • Graph: Documented __delitem__ for Graph, Component, Node, Edge.
  • Graph: Added __contains__ for Graph, Component, Node, Edge.

Bug Fixes

  • Fixed copy&paste mistake for linux-aarch64 in Platform.
  • Fixed type hints on Edge.

Related Issues