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 e6b3d5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 41 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", , "csardi.gabor@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand Down
51 changes: 11 additions & 40 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,36 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.1.1.9007

## Continuous integration

- Remove Aviator.
# igraph 2.1.1.9900

## doc

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

- Improve `read_graph` and `write_graph` documentation.

- Improve `all_simple_paths()` 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
- `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).

## Chore

# igraph 2.1.1.9003

## doc

- Improve `all_simple_paths()` documentation.


# igraph 2.1.1.9002

## doc

- `cluster_optimal()` does support directed graphs.
- Configure the RStudio IDE to use the extra roclets (#1575).

- Update .Rbuildignore.

# igraph 2.1.1.9001
## Continuous integration

## Chore
- Remove Aviator.

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

- Work around rgl sanitizer failure (#1578).

# igraph 2.1.1.9000
## Uncategorized

- Merge branch 'cran-2.1.1'.

Expand Down

0 comments on commit e6b3d5f

Please sign in to comment.