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.
- Fixes for GHC 9.2.5.
- Compilation with
--pedantic
.
- Calculate full PID and PID' matrices instead of half matrices.
- Find SSSR for each fused cycle system separately
- SSSR for multi fused cycles
Semigroup
/Monoid
instances forGenericGraph
- Origin indexation for
SSSR
subgraphWithReindex
function
- Export
findSimpleCycles
function
- isConnected, getCompsIndices
- duplicate vertices in BFS fix
- isIso now checks for equal number of bonds
- To/From JSON instances
- EComparator type. From
e1 -> e2 -> Bool
toGraphEdge e1 -> GraphEdge e2 -> Bool