Skip to content

Commit

Permalink
Bump version to 2.0.3.9050
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 23, 2024
1 parent 7578190 commit 3e688cb
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 2.0.3.9049
Version: 2.0.3.9050
Title: Network Analysis and Visualization
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.0.3.9050

## Features

- Support `fit_power_law(implementation = "plfit.p")` to compute the P-value (#1386).

## Refactoring

- Drop attributes in a more straightforward fashion in `graphlet_basis()` (#1452).


# igraph 2.0.3.9049

## Chore
Expand Down

0 comments on commit 3e688cb

Please sign in to comment.