Skip to content

Version 0.5

Compare
Choose a tag to compare
@snowleopard snowleopard released this 02 Feb 23:51
4088493

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.