Tags: heavywatal/rigraphlite
Tags
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
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
🔖 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
Handle unsorted indices properly in delete_edges() and delete_vertices()
PreviousNext