Skip to content

Releases: CQCL/portgraph

v0.13.3

04 Mar 14:51
6238c81
Compare
Choose a tag to compare

Bug Fixes

  • Fix panic when removing InPorts in MultiPortGraph::set_num_ports (#191)

v0.13.2

24 Feb 19:45
e51c4e6
Compare
Choose a tag to compare

Documentation

  • cleanups, clarify (+test) connected components (#180)

New Features

  • add Subgraph::copy_in_parent (#182)

Refactor

  • Simplify PortGraph::port_links (#188)

v0.13.1

20 Jan 17:58
97fa7b8
Compare
Choose a tag to compare

Bug Fixes

  • Mermaid render of graph views was empty (#175)
  • Hierarchy descendants return root siblings (#178)

v0.13.0

17 Jan 11:58
8f46ae0
Compare
Choose a tag to compare

This release has been focused on performance improvements.
Subgraphs and region filters now avoid unnecessary full-graph traversals
by using specialized implementation.

We also added a Boundary definition used for Subgraphs that can compute
the partial order between its inputs and outputs.

New Features

  • [breaking] Use RPITIT for graph traits (#156)
  • [breaking] Added a Boundary definition and port partial-order computation (#164)

Performance

  • [breaking] Fix O(n) complexity in Subgraph (#157)
  • [breaking] Manual impl of Region/FlatRegion for improved perf (#162)

v0.12.3

13 Nov 12:10
c91476b
Compare
Choose a tag to compare

New Features

  • Fastpath for is_node_convex on a single node (#153)

v0.12.2

05 Jul 08:54
95012ed
Compare
Choose a tag to compare

Bug Fixes

  • Intergraph edges in mermaid rendering (#139)

New Features

  • Add PortOffset::opposite (#136)
  • Efficient LCA algorithm for the hierarchy (#138)

Testing

  • Use insta for mermaid/dot render tests (#137)

v0.12.1

03 Jun 12:33
30d3417
Compare
Choose a tag to compare

Bug Fixes

  • Link and neighbour iterators counting self-loops twice (#132)