Logo
Explore Help
Sign In
imacat/spqrtree
1
0
Fork 0
You've already forked spqrtree
Code Issues Pull Requests Actions Packages Projects Releases 3 Wiki Activity

3 Releases 3 Tags

RSS Feed
  • v0.1.2 a8005babec
    Compare

    0.1.2 Stable

    imacat released this 2026-03-11 16:45:33 +08:00 | 0 commits to main since this release

    Bug Fixes

    • Fix non-deterministic SPQR decomposition caused by Python hash seed
      randomization. PathSearcher picked the DFS start vertex via
      next(iter(set)), whose iteration order varies with
      PYTHONHASHSEED. This produced different triconnected components
      (~50% of runs) for the same input graph. Now uses a deterministic
      start vertex derived from edge insertion order.
    Downloads
    • spqrtree-0.1.2-py3-none-any.whl
      31 KiB
      2026-03-11 16:47:41 +08:00
    • spqrtree-0.1.2-py3-none-any.whl.gpg
      32 KiB
      2026-03-11 16:47:41 +08:00
    • spqrtree-0.1.2.tar.gz
      61 KiB
      2026-03-11 16:47:41 +08:00
    • spqrtree-0.1.2.tar.gz.gpg
      62 KiB
      2026-03-11 16:47:41 +08:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.1 709ebc76d7
    Compare

    0.1.1 Stable

    imacat released this 2026-03-11 12:29:00 +08:00 | 2 commits to main since this release

    Bug Fixes

    • 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.

    Documentation

    • Use public API imports (from spqrtree import MultiGraph) in
      documentation examples instead of internal modules.
    Downloads
    • spqrtree-0.1.1-py3-none-any.whl
      31 KiB
      2026-03-11 12:39:29 +08:00
    • spqrtree-0.1.1-py3-none-any.whl.asc
      195 B
      2026-03-11 12:39:28 +08:00
    • spqrtree-0.1.1.tar.gz
      59 KiB
      2026-03-11 12:39:29 +08:00
    • spqrtree-0.1.1.tar.gz.asc
      195 B
      2026-03-11 12:39:28 +08:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.0 f067e927a2
    Compare

    0.1.0 Stable

    imacat released this 2026-03-05 09:34:31 +08:00 | 5 commits to main since this release

    Initial release.

    Downloads
    • spqrtree-0.1.0-py3-none-any.whl
      31 KiB
      2026-03-05 09:36:08 +08:00
    • spqrtree-0.1.0-py3-none-any.whl.sig
      95 B
      2026-03-05 09:36:08 +08:00
    • spqrtree-0.1.0.tar.gz
      58 KiB
      2026-03-05 09:36:08 +08:00
    • spqrtree-0.1.0.tar.gz.asc
      195 B
      2026-03-05 09:36:08 +08:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.4 Page: 35ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API