algebraic-graphs v0.5 Release Notes

Release Date: 2020-02-02 // about 4 years ago
  • 0.5

    • #217, #224, #227, #234, #235: Add new BFS, DFS, topological sort, and SCC
      algorithms for adjacency maps.
    • #228, #247, #254: Improve algebraic graph fusion.
    • #207, #218, #255: Add Bipartite.Undirected.AdjacencyMap.
    • #220, #237, #255: Add Algebra.Graph.Undirected.
    • #203, #215, #223: Add Acyclic.AdjacencyMap.
    • #202, #209, #211: Add induceJust and induceJust1.
    • ๐Ÿ‘ #172, #245: Stop supporting GHC 7.8.4 and GHC 7.10.3.
    • #208: Add fromNonEmpty to NonEmpty.AdjacencyMap.
    • #208: Add fromAdjacencyMap to AdjacencyIntMap.
    • #208: Drop Internal modules for AdjacencyIntMap, AdjacencyMap,
      Labelled.AdjacencyMap, NonEmpty.AdjacencyMap, Relation and
      Relation.Symmetric.
    • #206: Add Algebra.Graph.AdjacencyMap.box.
    • #205: Drop dependencies on base-compat and base-orphans.
    • ๐Ÿšš #205: Remove Algebra.Graph.Fold.
    • ๐Ÿšš #151: Remove ToGraph.size. Demote ToGraph.adjacencyMap,
      ToGraph.adjacencyIntMap, ToGraph.adjacencyMapTranspose and
      ToGraph.adjacencyIntMapTranspose to functions.
    • #204: Derive Generic and NFData for Algebra.Graph and Algebra.Graph.Labelled.