cograph 2.1.1

Plotting

Correctness fixes (audit-driven)

Performance & documentation

New tests

cograph 2.1.0

New Features

Batch 6 — new-API graph-level / set-level / pair-level measures

These measures don’t fit the per-node centrality() data frame, so they live as standalone functions:

Centrality Batch 5 — Gould-Fernandez brokerage (5 roles)

Added the five Gould-Fernandez (1989) brokerage role counts, a foundational measure in social network analysis (~1500 citations). Each role is a separate per-node measure requiring a membership argument (following the same pattern as participation, within_module_z, gateway), and counts open directed 2-paths a -> v -> c through broker v:

Bit-exact match against sna::brokerage$raw.nli for all five roles across 20 random directed graphs. Implemented natively (no runtime dependency on sna). Key implementation detail: the Gould-Fernandez counting rule requires open 2-paths only — triads where a direct edge a -> c already exists are excluded. This matches sna’s C implementation exactly and was derived empirically (sna’s .C("brokerage_R", ...) has no R-level source).

Directed-only; warns and returns NA on undirected input.

Centrality Batch 4 — directed prestige family (Wasserman-Faust / sna)

Centrality Batch 3 — classical measures with reference-package validation

cograph 1.8.2

New Features

Breaking Changes

Bug Fixes

cograph 1.8.0

New Features

Bug Fixes

cograph 1.7.0

New Features

Cluster Analysis

Network Operations

Motif Analysis

Visualization

Transition Plot Enhancements

Data & Infrastructure

Bug Fixes

Improvements

cograph 1.6.0

New Features

Centrality

Community Detection

Network Metrics

Visualization

Motif Analysis

Network Utilities

Infrastructure

Bug Fixes

cograph 1.5.2

Breaking Changes

Bug Fixes

Documentation

cograph 1.5.1

Breaking Changes (with backwards compatibility)

The following parameters have been renamed for consistency. The old names still work but emit deprecation warnings:

Old Name New Name Reason
esize edge_size Add edge_ prefix, expand abbreviation
cut edge_cutoff Add edge_ prefix, clarify meaning
usePCH use_pch Fix camelCase to snake_case
positive_color edge_positive_color Add edge_ prefix (matches theme storage)
negative_color edge_negative_color Add edge_ prefix (matches theme storage)
donut_border_lty donut_line_type Expand lty abbreviation

Improvements

cograph 1.4.0

New Features

Bug Fixes

cograph 1.3.1

New Features

Bug Fixes

cograph 1.2.7

Bug Fixes

cograph 1.2.6

New Features

Bug Fixes

cograph 1.2.0

New Features

Bug Fixes

cograph 1.1.0

New Features

Bug Fixes

cograph 1.0.0