Skip to content

Commit

Permalink
fledge: Bump version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 7, 2025
1 parent 8ad55ed commit 36b1cff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 54 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.2.9008
Version: 2.1.3
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand Down
66 changes: 13 additions & 53 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,42 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.1.2.9008

## Chore

- Downstream check.

## Documentation

- Convert `plot.common.Rd` to roxygen2 (#1424, #1636).

- Remove broken example from `graph_from_graphdb()` manual page (#1622, #1637).

- Document argument for NCOL format in `read_graph()` (#1621).


# igraph 2.1.2.9007
# igraph 2.1.3

## Features

- Use `_pv` destroy functions to satisfy ASAN checks (#1630).


# igraph 2.1.2.9006

## Features

- Use safe accessor to vector elements (#1633).

## Chore

- Sync vendor script with duckdb (#1645).

## Continuous integration

- Add workflow to check each commit (#1644).


# igraph 2.1.2.9005

## Documentation

- Make documentation of `disjoint_union()` consistent with behavior (#1587, #1641).


# igraph 2.1.2.9004

## Documentation

- Add central note about experimental functions (#1624).


# igraph 2.1.2.9003
- Downstream check.

## Chore
- Sync vendor script with duckdb (#1645).

- Replace `graph.isomorphic()` with `isomorphic()` (#1583, #1623).


# igraph 2.1.2.9002

## Continuous integration

- Add workflow to check each commit (#1644).

- Avoid failure in fledge workflow if no changes (#1619).

- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#1617).

# igraph 2.1.2.9001
- Use larger retry count for lock-threads workflow (#1615).

## Continuous integration
## Documentation

- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#1617).
- Convert `plot.common.Rd` to roxygen2 (#1424, #1636).

- Remove broken example from `graph_from_graphdb()` manual page (#1622, #1637).

# igraph 2.1.2.9000
- Document argument for NCOL format in `read_graph()` (#1621).

## Continuous integration
- Make documentation of `disjoint_union()` consistent with behavior (#1587, #1641).

- Use larger retry count for lock-threads workflow (#1615).
- Add central note about experimental functions (#1624).


# igraph 2.1.2
Expand Down

0 comments on commit 36b1cff

Please sign in to comment.