Skip to content

Commit

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

# igraph 2.1.2.9007
# igraph 2.1.2.9900

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

## Chore

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


# igraph 2.1.2.9002

## Continuous integration

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


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

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

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

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

# igraph 2.1.2.9000
## Documentation

## 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 da39403

Please sign in to comment.