- 项目修改为 poetry 打包;
- 为 IO.output_gen 方法增加 time_limit 参数 (114)
- 添加将图转换为邻接矩阵的方法 (134)
- Miller-Rabin 算法特判 2 和 3 的因子 (133)
- 为生成连通图的方法([`Graph.DAG`](https://github.com/luogu-dev/cyaron/blob/476534c3abd07f40f93b32fd5ba27fc7140e037c/cyaron/graph.py#L328-L396),[`Graph.UDAG`](https://github.com/luogu-dev/cyaron/blob/476534c3abd07f40f93b32fd5ba27fc7140e037c/cyaron/graph.py#L398-L458))添加别名 [`Graph.connected`](https://github.com/luogu-dev/cyaron/blob/476534c3abd07f40f93b32fd5ba27fc7140e037c/cyaron/graph.py#L460-L470) (131)
- 随机图中,在边数过多时抛出错误 (129, solved 86 95)
- 允许用户生成一棵树时指定生成父节点的方式 (127)
- 修复 Vector.random 的 mode 参数不生效的问题 (110)