关于 igraph 发布和其他事项
库本身有很多新功能,以及项目生命中的其他重要更改。感谢大家的发送代码和报告错误!
igraph 的开发已从 Launchpad 转移到 github。实际上,这几个月前已经发生,但从未正式宣布。报告错误的地方是 https://github.com/igraph/igraph/issues。
igraph 库的主页现在托管在 https://igraph.cn/c,并且是全新的。我们希望使其更易于使用,外观更好。
您可以从 https://igraph.cn/nightly 下载 igraph 的 nightly 构建版本。
igraph_adjlist_print()
, igraph_adjlist_fprint()
, igraph_inclist_print()
, igraph_inclist_fprinf()
函数。igraph_modularity_matrix()
。igraph_layout_bipartite()
函数,这是一个用于二分图的简单两列布局。igraph_barabasi_game()
中的一个错误,算法 psumtree-multiple 只是冻结了。igraph_union()
和 igraph_union_many()
以返回边的映射。igraph_intersection()
,现在可以报告边映射。igraph_rewire()
:现在支持循环的生成和销毁。igraph_get_shortest_paths[_dijkstra]()
。igraph_rewire()
现在在进度消息中显示成功交换的比例。igraph_graphlets()
和相关函数。igraph_edge_connectivity()
中由于未初始化的变量而导致的潜在崩溃。igraph_atlas()
中的潜在段错误。igraph_closeness()
和相关函数中的溢出。igraph_read_graph_gml()
崩溃的错误。igraph_vector_t()
和 igraph_matrix_t()
添加了 printf 函数。igraph_adjacenct_triangles()
。igraph_eigen_adjacency()
函数,关于邻接矩阵的特征值问题。igraph_gomory_hu_tree()
。igraph_community_optimal_modularity()
的权重支持,关闭了 #511。igraph_maximal_cliques_count()
。igraph_adjlist_t
现在使用整数向量。igraph_sbm_game()
。normalized
参数添加到 closeness 函数,修复了 issue #3。igraph_hrg_fit
中实现 start
参数 (#225)。igraph_density
中的一个错误,该错误导致具有循环的无向图的值不正确。igraph_st_mincut
和相关函数中的参数顺序。