新闻

关于 igraph 发布和其他事项

GitHub上的仓库

几天前,我们更改了在 GitHub 上进行 igraph 开发的方式。我们的目标是使 igraph 开发更容易访问,并简化我们的构建过程。现在我们不再使用一个通用仓库来存储所有内容,而是为 igraph C 库、R 包和 Python 扩展使用单独的仓库。igraph.org 网站已经在一个单独的仓库中,我们还将分解 R 包,将松散耦合的部分放入它们自己的包和仓库中。

现在主要的 igraph 仓库

  • igraph C 库: https://github.com/igraph/igraph
  • igraph R 包: https://github.com/igraph/rigraph
  • python-igraph: https://github.com/igraph/python-igraph
  • igraphdata R 包: https://github.com/igraph/igraphdata
  • igraph.org 主页: https://github.com/igraph/igraph.org