Skip to content

Releases: davecom/SwiftGraph

4.0.0

05 Mar 06:44

Choose a tag to compare

What's Changed

  • This is an API breaking change due to addEdge() changes
  • addEdge(_ e: E, directed: Bool) deprecated in favor of just addEdge(_ e: E) since Edge already has a directed property (@Vithanco)
  • Fix generic parameter name shadowing for Swift 6 compatibility
  • Count paths between vertices (@sbeitzel)
  • Improve performance of detectCycles() (@automaciej)
  • Indegree and Outdegree methods (@TizianoCoroneo)

Pull Requests

New Contributors

Full Changelog: 3.1.0...4.0.0