Release history¶
1.0.6¶
pyproject.toml correctly reflects supported python versions
pyproject.toml uses standard configuration for package metadata instead of a flit-specific table.
Drop dependency on
typing_extensions.
1.0.5¶
Mention python 3.12, 3.13, 3.14 and 3.15 in project metadata
Mention free-threading in project metadata
1.0.4¶
Mention python 3.11 in project metadata
1.0.3¶
Mention python 3.10 in project metadata
1.0.2¶
Fix typo in github link
1.0.1¶
Migrate to GitHub
1.0¶
No changes for a year, mark as stable
1.0a1¶
Added a data file “py.typed” to the package, to enable using Mypy from other code
Added
`NODE_TYPE`and`EDGE_TYPE`to the public API for use by other code
1.0a0¶
Initial pre-release. This version should be functionally complete.