Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@Mr-Python-in-China Mr-Python-in-China released this 03 Oct 14:58
· 10 commits to master since this release
  • 项目修改为 poetry 打包;
  • 为 IO.output_gen 方法增加 time_limit 参数 (#114)
  • 添加将图转换为邻接矩阵的方法 (#134)
  • Miller-Rabin 算法特判 2 和 3 的因子 (#133)
  • 为生成连通图的方法(Graph.DAGGraph.UDAG)添加别名 Graph.connected (#131)
  • 随机图中,在边数过多时抛出错误 (#129, solved #86 #95)
  • 允许用户生成一棵树时指定生成父节点的方式 (#127)
  • 修复 Vector.random 的 mode 参数不生效的问题 (#110)