Skip to content

Commit

Permalink
fledge: Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 1, 2024
1 parent 6794abe commit 11d7d4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 91 deletions.
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.1.1.9907
Version: 2.1.2
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand Down
97 changes: 7 additions & 90 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.1.1.9907

## Chore

- Build-ignore rchk artifacts.


# igraph 2.1.1.9906
# igraph 2.1.2

## Bug fixes

- `adjacent_vertices()` and `incident_edges()` are now correct if the `"return.vs.es"` option is `FALSE` (@stibu81, #1605, #1606).

- Fix protection errors reported by rchk (#1592).

- Fix the incorrect handling of the `sample` parameter in `sample_motifs()` and ensure that the default `sample.size` is integer (#1568).

## Chore

- Build-ignore rchk artifacts.

## Continuous integration

- Change `Makevars` only after installation of R.
Expand All @@ -41,84 +40,6 @@

- Tweak NEWS \[ci skip\].


# igraph 2.1.1.9905

## Continuous integration

- Import from actions-sync, check carefully (#1600).

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).

## Documentation

- Tweak NEWS \[ci skip\].


# igraph 2.1.1.9904

## Continuous integration

- Import from actions-sync, check carefully (#1600).

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).

## Documentation

- Tweak NEWS \[ci skip\].


# igraph 2.1.1.9903

## Continuous integration

- Import from actions-sync, check carefully (#1600).

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).


# igraph 2.1.1.9902

## Continuous integration

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).


# igraph 2.1.1.9901

## Continuous integration

- Sync workflows (#1589).


# igraph 2.1.1.9900

## Documentation

- Clarify what type of graph each community detection function supports.

- Improve `?read_graph` and `?write_graph` documentation.
Expand All @@ -127,10 +48,6 @@

- `cluster_optimal()` does support directed graphs.

## Bug fixes

- Fix the incorrect handling of the `sample` parameter in `sample_motifs()` and ensure that the default `sample.size` is integer (#1568).


# igraph 2.1.1

Expand Down

0 comments on commit 11d7d4d

Please sign in to comment.