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 just Ix, but a newtype wrapper around Ix. This is a breaking change for any code that relied on NodeIndex not being an opaque type.

Added

  • Moved petgraph::adj to petgraph-adjacency-matrix