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.
  • removed old (0.8) quicktest support, replaced with proptest support through petgraph-proptest crate

Added

  • Moved petgraph::graphmap to petgraph-graphmap