关于 igraph 发布和其他事项
python-igraph 0.9.8,0.9 系列的第六个错误修复版本已发布。
此版本中唯一的重大更改是 igraph 的 Python 接口在 PyPI 上已从 python-igraph
重命名为 igraph
。我们非常感谢 Patrick Fuller,他在 PyPI 上 igraph
包的前所有者,放弃了 igraph
的所有权并允许我们使用这个名称。
安装 Python 接口的首选方式仍然是通过 pip
;在大多数受支持的平台(Windows、Linux 和 macOS)上,键入 pip install igraph
应该安装一个预编译的 Python wheel。预编译的 wheel 和源代码也可以从 Python Package Index 页面获得。
python-igraph
将在 PyPI 上持续工作到 2022 年 9 月 1 日,但它现在只是一个依赖于 igraph
的存根包。运行 pip install python-igraph
将反过来从 PyPI 安装匹配版本的 igraph
包。
在其依赖项中列出 python-igraph
的项目应尽快迁移到使用 igraph
以便在 2022 年 9 月 1 日之后继续接收更新。
在 Linux 发行版中提供 python-igraph
预打包版本的维护者应切换为关注 PyPI 上的 igraph
包,而不是 python-igraph
。