Skip to content

Commit

Permalink
Bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Mar 12, 2024
1 parent 3299d31 commit 330b16d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 165 deletions.
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.2.9015
Version: 2.0.3
Title: Network Analysis and Visualization
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
Expand Down
200 changes: 36 additions & 164 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,208 +1,80 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.0.2.9015
# igraph 2.0.3

## Bug fixes

- Fix `rglplot(edge_label = )` (#1267).

## Features

- New `voronoi_cells()` to compute the Voronoi partitioning of a graph (#1173).

## Chore

- Install lock workflow to lock stale discussions after one year (#1304).

- Work around https://github.com/igraph/igraph/pull/2527.

- Update revdepcheck results.

- Update vendored sources to igraph/igraph@857a125069c226f266562b3781b82833fe1d59d9.

- Trigger update of `src/sources.mk`.

- Add generated C file.

- Make Docker optional.

- Remove stale rules.

- Generate all R files.

- Avoid `-ti` in `docker run` to allow running on CI/CD.
- Update revdepchecks.
- Make libxml2 optional (#1282).
- Model vendoring after duckdb (#1276).
- Fix drift after code generation (#1278).
- Move `.mk` files to root to fix vendoring (#1275).
- Ignore `CRAN-SUBMISSION`.
- Improve bug report template.
- Attempt adding link to issue template chooser.
- Fix bug report template.
- Update bug report template.
- Update issue template.
- Typo in installation troubleshooting.

## Continuous integration

- Avoid running vendoring PR for PRs.

- Don't check package size.

- Clean.

- Clean working directory.

- Vendor after installing.

- Add missing packages.

- Include actions used elsewhere.

- Automate vendoring.

- Really use only three version components.

## Documentation

- Make `x11()` usage in example happen only in interactive sessions (#1301).

- Tweaks from attempted CRAN release.


# igraph 2.0.2.9014

- Internal changes only.


# igraph 2.0.2.9013

## Continuous integration

- `CITATION.cff` contains only the first three version components.


# igraph 2.0.2.9012

## Chore

- Update revdepchecks.

## Continuous integration

- Run examples with sanitizer (#1288).
- Add scheduled builds.

## Documentation

- Make `x11()` usage in example happen only in interactive sessions (#1301).
- Tweaks from attempted CRAN release.
- Remove misleading comment about warning given as no warning is given (#1294).
- Improve `min_st_separators()` documentation (#1264).
- Add link to discussion forum (#1279).
- Add logo (#1280).
- Add code finding duplicate seealso, and use it (#1270).
- Rm duplicate seealso from sample_pa.Rd (#1268).
- Remove incorrect claim about handling of complete graphs by `is_separator()` and `is_min_separator()` (#1263).
- Fix error messages mentioning to mention `upgrade_graph()` instead of the nonexisting `upgrade_version()` (#1252).
- GMP is no longer a dependency (#1256).
- Split is_bipartite() manual page from other manual page (#1230).

## Refactoring

- Replace use of deprecated barabasi.game() with sample_pa() (#1291).


# igraph 2.0.2.9011

## Chore

- Make libxml2 optional (#1282).


# igraph 2.0.2.9010

## Documentation

- Improve `min_st_separators()` documentation (#1264).


# igraph 2.0.2.9009

## Documentation

- Add link to discussion forum (#1279).

- Add logo (#1280).


# igraph 2.0.2.9008

## Chore

- Model vendoring after duckdb (#1276).


# igraph 2.0.2.9007

## Bug fixes

- Fix `rglplot(edge_label = )` (#1267).

## Chore

- Fix drift after code generation (#1278).

- Move `.mk` files to root to fix vendoring (#1275).

- Ignore `CRAN-SUBMISSION`.


# igraph 2.0.2.9006

## Chore

- Improve bug report template.

- Attempt adding link to issue template chooser.

- Fix bug report template.

- Update bug report template.

- Update issue template.

- Typo in installation troubleshooting.


# igraph 2.0.2.9005

## Documentation

- Add code finding duplicate seealso, and use it (#1270).

- Rm duplicate seealso from sample_pa.Rd (#1268).
- Auto-generate `are_adjacent()`, avoid deprecated `igraph_are_connected()` C function (#1254).

## Uncategorized

- Internal changes only.
- Source files for vendored libraries (#1156).


# igraph 2.0.2.9004

## Documentation

- Remove incorrect claim about handling of complete graphs by `is_separator()` and `is_min_separator()` (#1263).


# igraph 2.0.2.9003

## Features

- New `voronoi_cells()` to compute the Voronoi partitioning of a graph (#1173).

## Documentation

- Fix error messages mentioning to mention `upgrade_graph()` instead of the nonexisting `upgrade_version()` (#1252).

- GMP is no longer a dependency (#1256).

## Refactoring

- Auto-generate `are_adjacent()`, avoid deprecated `igraph_are_connected()` C function (#1254).


# igraph 2.0.2.9002

## Documentation

- Split is\_bipartite() manual page from other manual page (#1230).


# igraph 2.0.2.9001

## Continuous integration

- Add scheduled builds.


# igraph 2.0.2.9000

- Merge branch 'cran-2.0.2'.


# igraph 2.0.1.9013

- Internal changes only.
- Merge branch 'cran-2.0.2'.


# igraph 2.0.2
Expand Down

0 comments on commit 330b16d

Please sign in to comment.