Skip to content

v4.15.0

Latest

Choose a tag to compare

@samueltardieu samueltardieu released this 10 Mar 17:18
· 5 commits to main since this release
v4.15.0
ec7a236
  • chore!: increase MSRV to 1.87.0 and switch to edition 2024
  • fix: yen k=0 panic, and DfsReachable stack overflow
  • fix: add missing link in documentation
  • feat: add kuhn_munkres_complexity example to experimentally measure algorithm complexity
  • feat: add floyd_partial and brent_partial cycle-finding functions
  • feat: adapt BFS to accept multiple starts
  • feat: add NodeRefs
  • perf(idastar): use set for nodes encountered in path
  • perf: pre-allocate some hash maps
  • docs: add comprehensive graph documentation with examples
  • docs(kruskal): use correct return type in function documentation
  • chore: make some functions const
  • chore(deps): update rust crate criterion to 0.8