新闻

关于 igraph 发布和其他事项

R/igraph 0.3.3

R/igraph 0.3.3

R 接口中的新功能

  • connect.neighborhood()
  • watts.strogatz.game()rewire.edges()
  • K-core 分解: graph.coreness()
  • 添加了 inneioutnei 作为顶点序列索引的简写形式,请参阅 help(iterators)
  • 团和独立顶点集相关函数: cliques, largest.cliques, maximal.cliques, clique.number, independent.vertex.sets, largest.independent.vertex.sets, maximal.independent.vertex.sets, independence.number
  • GraphML 文件格式现在支持图形属性
  • edge.lty 参数已添加到 plot.igraphtkplot
  • 传递性计算加速
  • 多重图(即非简单图)的正确传递性计算
  • alpha.centrality added(), 计算 Bonacich alpha 中心性,请参阅文档。

更正的错误

  • make install 现在可以在 Cygwin 上正确安装库
  • Pajek 解析器已更正,可以正确读取带有 MacOS 换行符的文件
  • 更正了大型图的传递性计算中的溢出错误
  • 删除了导致一些段错误的内部 memcpy/memmove 错误
  • R 接口: 包含 name 属性的图的 tkplot() bug
  • R 接口: 添加顶点时的属性处理 bug
  • R 接口: 颜色选择 bug 已修正
  • R 接口: 绘制循环时的 plot.igraph()