Skip to content

v1.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jan 14:33
· 361 commits to main since this release

1.2.2 (2026-01-18)

Bug Fixes

  • correct cycle detection and chord checking in validation helpers (8b4bc0e)
  • correct mcs algorithm to check earlier neighbors in chordal detection (f0775bf)
  • correct node identifier lookup in modularity calculation (581c724)
  • handle undirected graph neighbors correctly in graph adapter (9af83ae)
  • handle zero standard deviation in paired t-test (fc17446)
  • implement sufficient conditions for perfect graph detection (a24b9c2)
  • implement transitive orientation for comparability graph detection (d37fd99)

Tests

  • add algorithm module unit tests (bb23a8d)
  • add analyzer module unit tests (b739e71)
  • add experiments module unit tests (f721d09)
  • add format parser unit tests (623073a)
  • add generation module unit tests (c09758b)
  • add integration test helpers for graph classification roundtrip (0e6a530)
  • add integration tests for graph class roundtrip validation (3247265)
  • add interface and utility unit tests (66cfa63)
  • add unit tests for clustering algorithms (9d518eb)
  • add unit tests for core graph data structure (cc29a8c)
  • add unit tests for format parsers (09062b0)
  • add unit tests for graph analysis algorithms (7ac6649)
  • add unit tests for graph extraction algorithms (e1152a1)
  • add unit tests for graph metric algorithms (c6cddee)
  • add unit tests for layout, partitioning, and traversal (93749e6)
  • add unit tests for pathfinding algorithms (21a7ebd)
  • add validation module unit tests (80c2d2e)