Skip to content

Commit

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

# igraph 2.1.1.9007
# igraph 2.1.1.9900

## Continuous integration

- Remove Aviator.

## doc
## Documentation

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

- Improve `read_graph` and `write_graph` documentation.


# igraph 2.1.1.9006

## Continuous integration

- Install rgl from GitHub for Sanitizer runs (#1579).


# igraph 2.1.1.9005

## Chore

- Configure the RStudio IDE to use the extra roclets (#1575).

## Continuous integration

- Work around rgl sanitizer failure (#1578).


# igraph 2.1.1.9004

## 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.9003

## doc

- Improve `all_simple_paths()` documentation.


# igraph 2.1.1.9002

## doc

- `cluster_optimal()` does support directed graphs.

## Bug fixes

# igraph 2.1.1.9001

## Chore

- Update .Rbuildignore.


# igraph 2.1.1.9000

- Merge branch 'cran-2.1.1'.
- 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 4c4f5f4

Please sign in to comment.