Skip to content

Commit

Permalink
Bump version to 1.6.0.9026
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 17, 2024
1 parent de7b98a commit 2b26635
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: igraph
Version: 1.6.0.9025
Version: 1.6.0.9026
Title: Network Analysis and Visualization
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
Expand Down
31 changes: 31 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 1.6.0.9026

## Features

- Breaking change: remove default value for 'loops' argument of centr\_degree\_tmax() (#1114).

## Continuous integration

- Go back to stricter checks (#1012).

## Documentation

- Rm stray alias (#1117).

## Refactoring

- Use %||% from rlang (#1112).

- Breaking change: change R/par.R (#1104).

## Testing

- Remove top-level code in test-indexing.R (#1085).

## Breaking changes

- Breaking change: change R/par.R (#1104).

- Breaking change: remove default value for 'loops' argument of centr\_degree\_tmax() (#1114).


# igraph 1.6.0.9025

## Chore
Expand Down

0 comments on commit 2b26635

Please sign in to comment.