pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-igraph
Module Name: pkgsrc
Committed By: mef
Date: Fri Feb 14 22:59:56 UTC 2025
Modified Files:
pkgsrc/math/R-igraph: Makefile distinfo
Log Message:
(math/R-igraph) Updated 2.1.1 to 2.1.4
# igraph 2.1.4
## Testing
- Tweak tests that use the graph package.
# igraph 2.1.3
## Features
- Use `_pv` destroy functions to satisfy ASAN checks (#1630).
- Use safe accessor to vector elements (#1633).
## Chore
- Replace `graph.isomorphic()` with `isomorphic()` (#1583, #1623).
## Documentation
- Convert `plot.common.Rd` to roxygen2 (#1424, #1636).
- Remove broken example from `graph_from_graphdb()` manual page (#1622, #1637).
- Document argument for NCOL format in `read_graph()` (#1621).
- Make documentation of `disjoint_union()` consistent with behavior (#1587, #1641).
- Add central note about experimental functions (#1624).
# igraph 2.1.2
## Bug fixes
- `adjacent_vertices()` and `incident_edges()` are now correct if the
`"return.vs.es"` option is `FALSE` (@stibu81, #1605, #1606).
- Fix protection errors reported by rchk (#1592).
- Fix the incorrect handling of the `sample` parameter in
`sample_motifs()` and ensure that the default `sample.size` is
integer (#1568).
## Documentation
- Clarify what type of graph each community detection function supports.
- Improve `?read_graph` and `?write_graph` documentation.
- Improve `all_simple_paths()` documentation.
- `cluster_optimal()` does support directed graphs.
## Testing
- Test handling of `"return.vs.es"` in several functions (@stibu81, #1610).
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/R-igraph/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/R-igraph/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-igraph/Makefile
diff -u pkgsrc/math/R-igraph/Makefile:1.24 pkgsrc/math/R-igraph/Makefile:1.25
--- pkgsrc/math/R-igraph/Makefile:1.24 Thu Nov 14 22:20:40 2024
+++ pkgsrc/math/R-igraph/Makefile Fri Feb 14 22:59:56 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2024/11/14 22:20:40 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/02/14 22:59:56 mef Exp $
R_PKGNAME= igraph
-R_PKGVER= 2.1.1
+R_PKGVER= 2.1.4
CATEGORIES+= graphics
MAINTAINER= minskim%NetBSD.org@localhost
Index: pkgsrc/math/R-igraph/distinfo
diff -u pkgsrc/math/R-igraph/distinfo:1.12 pkgsrc/math/R-igraph/distinfo:1.13
--- pkgsrc/math/R-igraph/distinfo:1.12 Sun Nov 3 12:40:56 2024
+++ pkgsrc/math/R-igraph/distinfo Fri Feb 14 22:59:56 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2024/11/03 12:40:56 mef Exp $
+$NetBSD: distinfo,v 1.13 2025/02/14 22:59:56 mef Exp $
-BLAKE2s (R/igraph_2.1.1.tar.gz) = 4c5110449b10f403c8884cfc9d55f260b55e6163da8b1bcaffa4bae7fe774286
-SHA512 (R/igraph_2.1.1.tar.gz) = 67704c0c43af9b8c1f89a674bfbbaff28966680984e95a5c3ee33b72011cb8d553365028ba91ebbc0dcbf673718f987916f0a3f7232a6bd185af13df94138874
-Size (R/igraph_2.1.1.tar.gz) = 4989066 bytes
+BLAKE2s (R/igraph_2.1.4.tar.gz) = 8a7e26414004ae04b33ee3982df30ac3ba3f09ce851f7c162eb712ffde2777f3
+SHA512 (R/igraph_2.1.4.tar.gz) = bbd7aa1edc50c85ffdc1b027bf70f32e0c12754e2baeeda7f7306ff3bf078558fe6fce0144db163d8de6b534d6c8697380b8a719592b42ea5a5ec57a8d74b36e
+Size (R/igraph_2.1.4.tar.gz) = 4997408 bytes
SHA1 (patch-src_vendor_cigraph_vendor_plfit_hzeta.c) = 0f394527fdde6fece01920dd11d9432aaca0d124
Home |
Main Index |
Thread Index |
Old Index