Advance to version 0.1.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,18 @@ Change Log
|
||||
==========
|
||||
|
||||
|
||||
Version 0.1.1
|
||||
-------------
|
||||
|
||||
Released 2026/3/11
|
||||
|
||||
- ``find_triconnected_components()`` now raises ``ValueError`` when
|
||||
the input graph is not biconnected (disconnected or has a cut
|
||||
vertex). Previously, non-biconnected input was silently accepted
|
||||
and produced incorrect results.
|
||||
- Use public API imports in documentation examples.
|
||||
|
||||
|
||||
Version 0.1.0
|
||||
-------------
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ from spqrtree._triconnected import (
|
||||
find_triconnected_components,
|
||||
)
|
||||
|
||||
VERSION: str = "0.1.0"
|
||||
VERSION: str = "0.1.1"
|
||||
"""The package version."""
|
||||
__all__: list[str] = [
|
||||
"SPQRTree", "SPQRNode", "NodeType",
|
||||
|
||||
Reference in New Issue
Block a user