- Support latest python3.12
- Restructure a new submodule
graph
, and putfloydwarshall
in it, so user canfrom cualgo import graph; graph.floydwarshal(...)
graph
is a submodule to place further graph-related algorithm
- Cover quality by
pytest
Full Changelog: v0.1.2...v.0.2.0