Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Breaking Changes

  • NodeIndex is no longer the same type as petgraph-graph, this is a breaking change for any code that relied on NodeIndex being the same type as the one used for Graph and StableGraph.

Added

  • Moved petgraph::matrix_graph to petgraph-matrix-graph