Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: igraph
Title: Network Analysis and Visualization
Version: 2.2.1.9020
Version: 2.2.1.9021
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand Down
35 changes: 35 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.2.1.9021

## Bug fixes

- `graphlet_proj()` no longer erroneously assigns class "igraphHRG" to the returned graph.

## Features

- Check that exactly one vertex is passed (#2556).

## Chore

- Revdepcheck results.

- Indent.

- Remove function definitions that are not overridden.

- Harmonize IGNORE in function declarations.

- Formatting.

## Continuous integration

- Use default R version for revdepchecks.

## Documentation

- Automatic linking to C docs (#2518).

## Refactoring

- Replace `.Call()` with `_impl` functions and improve adjacency matrix implementation (#2545, #2546).


# igraph 2.2.1.9020

## Features
Expand Down
Loading