Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# netrics 0.2.0

## Renaming

- `node_adoption_time()` renamed to `node_by_adopt_time()` and
`node_thresholds()` renamed to `node_by_adopt_threshold()` for naming
consistency.
- Periodwise change functions (`node_x_period()`, etc.) reclassified as motifs
rather than measures.
- `model_k()` renamed to `method_k()` and related cluster-selection utilities
renamed for clarity.

## New features

- Added gap method for cluster *k*-selection in `method_k()`.
- `node_in_community()` is now its own function, separated from the hierarchical
and non-hierarchical community-detection algorithms.
- Centralisation scripts split into separate files per measure type
(betweenness, closeness, degree, eigenvector) for easier maintenance.
- New roxygen2 parameter templates added (`param_attr`, `param_data`,
`param_dir`, `param_memb`, `param_motf`, `param_norm`, `param_select`) and
net/node/tie-level templates (`net_measure`, `net_motif`, `node_mark`,
`node_measure`, `node_member`, `node_motif`, `tie_mark`, `tie_measure`) for
consistent function documentation.

## Documentation

- Core documentation split into separate mark, measure, and member pages.
- Brokerage, diversity/assortativity, cohesion, closure, cliques, components,
features, and hierarchy documentation updated and separated by level.
- Defunct function documentation updated.

## Bug fixes

- Fixed startup messages.

# netrics 0.1.0

## Release notes
Expand Down