Advance to version 0.1.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,16 @@ Change Log
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
||||||
|
Version 0.1.2
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Released 2026/3/11
|
||||||
|
|
||||||
|
- Fix non-deterministic SPQR decomposition caused by Python hash
|
||||||
|
seed randomization. ``PathSearcher`` now uses a deterministic
|
||||||
|
DFS start vertex instead of picking from a ``set``.
|
||||||
|
|
||||||
|
|
||||||
Version 0.1.1
|
Version 0.1.1
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ from spqrtree._triconnected import (
|
|||||||
find_triconnected_components,
|
find_triconnected_components,
|
||||||
)
|
)
|
||||||
|
|
||||||
VERSION: str = "0.1.1"
|
VERSION: str = "0.1.2"
|
||||||
"""The package version."""
|
"""The package version."""
|
||||||
__all__: list[str] = [
|
__all__: list[str] = [
|
||||||
"SPQRTree", "SPQRNode", "NodeType",
|
"SPQRTree", "SPQRNode", "NodeType",
|
||||||
|
|||||||
Reference in New Issue
Block a user