Skip to content
Merged
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.3.3.9034
Version: 2.3.3.9035
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand Down
43 changes: 43 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.3.3.9035

## Bug fixes

### ci

- Align the workflow kit with `cynkratemplate` (#2892).

### ci

- Filter OS-restricted packages out of the revdep plan (#2889).

### ci

- Backport kit fixes from `rigraph`, `duckdb-r` and `dm`.

## Features

### ci

- Make the revdep driver log's timing record durable and visible (#2891).

## Chore

### ci

- Retire the pair engine from the revdepx core (#2885).

- Re-run the reverse-dependency check (most, depth 2) (#2883).

- Breaking change: rm unused argument in `layout_with_mds()` (#2730, #2869).

- Some Jarl fixes (#2874).

## Documentation

- Rm deprecations vignette as it is not useful (#2848, #2873).

## Breaking changes

- Breaking change: rm unused argument in `layout_with_mds()` (#2730, #2869).


# igraph 2.3.3.9034

## Bug fixes
Expand Down