Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.3.9037
Version: 2.3.3.9038
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand Down
27 changes: 27 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.3.3.9038

## Chore

- Remove Copilot setup steps.

- Auto-update from GitHub Actions (#2901).

## Uncategorized

- Refactor(ci): Serve the actions from this repository instead of copying them (cynkra/cynkratemplate#121).

- Fix(ci): Keep the raw name expression out of the running job's step list (cynkra/cynkratemplate#119).

- Fix(fledge): Push the bump to the default branch wherever that is allowed (cynkra/cynkratemplate#117).

- Fix(ci): Make a failing `rcc` run say what failed, and link to it (cynkra/cynkratemplate#115).

- Fix(ci): Exempt deprecation warnings from the roxygenize warning gate (cynkra/cynkratemplate#114).

- Perf(revdepx): Compile the revdeps' checks through ccache.

- Fix(ci): Survive an archived CRAN package, and install it from where it still lives.

- Ci: Fail the roxygenize step on roxygen2 warnings (#111).


# igraph 2.3.3.9037

## Chore
Expand Down