Skip to content

Tags: heavywatal/rigraphlite

Tags

v1.0.1

Toggle v1.0.1's commit message
Update igraph to 1.0.1

test: Follow API changes in distances()
refactor: Use C++17 structured binding
test: Use expect_shape() from testthat 3.3
feat: Add cliques and independent vertices functions
build: Add CMake.app to PATH; clean cmake call and script
perf: Replace reserve and push_back with simple indexing
test: Improve test coverage
build: Always set(BUILD_SHARED_LIBS ON)
feat: Add some deterministic generators: hypercube, lcf, circulant, triangular lattice, etc.
feat: Add isomorphism and permutation functions
feat: Add basic query operations: edges, get_eids, get_all_eids_between
test: Test macros and version
feat: Add constant variables
feat: Add cycles-related functions
feat: Add 2D layout: circle, star, grid
feat: Add efficiency measures
feat: Add stochastic graph generators
docs: Add GLPK and libxml2 to the requirements [ci skip]
build: Link xml2 and arpack explicitly on Linux
test: Improve test coverage
feat: Add read and write functions
feat: Add centrality functions
docs: Fix typo
feat: Add functions related to components
feat: Add functions related to eccentricity and non-simple graphs
style: Apply styler 1.11
fix: Improve and test weights arguments
feat: Add betweenness()
feat: Add cufoff option to edge_betweenness() and distances()
feat: Call igraph_setup(); Stop skipping rng_seed() test

v1.0.0

Toggle v1.0.0's commit message
igraph 1.0.0

BREAKING CHANGE: Some functions now emit errors with positional arguments.
It is not a direct translation of the upstream changes in C API,
but is a workaround to avoid silent bugs.

v0.10.17

Toggle v0.10.17's commit message
igraph 0.10.17

build: Update igraph to 0.10.17
docs: Separate docs to gh-pages branch [ci skip]
test: Remove implicit dependency on tibble
build: FetchContent with URL with CMake 3.24+
build: Replace get_filename_component with cmake_path; update deps
chore: Remove warnings on unused includes and spelling

v0.10.16

Toggle v0.10.16's commit message
🔖 Update igraph to 0.10.16

🔥 Remove %||% operator
📝 Add examples and returns to induced_subgraph()
💥 Use Vattr(g)$x and y for layout
🐛 impl::mutate() now can overwrite existing columns
📝 Improve docs of S3 igraph_ptr class and methods
📝 Document Vnames() falls back to V()
🐛 Respect n when graph_create receives non-integer edges as well
📝 Document graph generators
📝 Document add-delete
✨ Add graph_empty() and graph_copy()
🎨 Gather IGraph methods into igraph.cpp
🔥 Remove unused C++ methods V, E, Vnames
🐛 Fix selector construction in an unused/experimental function
🎨 IAdjList and IIncList are no longer template, and use AsIndices
🎨 Improve code and doc structure
✨ graph_create() accepts non-integer nodes
🎨 Move from/to to attributes.R
🎨 Reorganize conversion functions
🎨 Separate conversion.R from generators.R; add ... args
🎨 Separate basic-add-delete.R; improve docs
🔧 Add .lintr
⚡ Benchmark getter and setter

v0.10.15.1

Toggle v0.10.15.1's commit message
Handle unsorted indices properly in delete_edges() and delete_vertices()

v0.10.15

Toggle v0.10.15's commit message
Update upstream C igraph

Fix add_edges() and add_vertices()

v0.10.13

Toggle v0.10.13's commit message
Replace Rcpp with cpp11

v0.10.12

Toggle v0.10.12's commit message
⬆️ Update igraph to 0.10.12

📝 Escape curly braces for new roxygen2?

v0.10.11

Toggle v0.10.11's commit message
Update igraph to 0.10.11

v0.10.10

Toggle v0.10.10's commit message
🔖 Update igraph to 0.10.10