You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supported public wheel target: **Python 3.9 to 3.13** on Linux (manylinux), Windows (x64), and macOS (Intel x86_64 + Apple Silicon arm64) where wheels are published for the release.
29
+
Supported public wheel target: **Python 3.9 to 3.13** on Linux (manylinux), Windows (x64), and macOS (Apple Silicon arm64). macOS Intel (x86_64) wheels will be added in a follow-up release (GitHub Actions Intel runner queues were extremely long). Source distribution (sdist) is available for custom builds.
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
- Reduced namespace leakage in `__init__.py` (os/sys/subprocess/np no longer pollute the public module).
13
13
-`recommend_decoder` / routing safely avoids recommending UF family on hypergraphs.
14
14
- sdist now published alongside wheels.
15
+
- Wheel matrix for Linux, Windows, macOS arm64 (macOS Intel x86_64 excluded from this release due to 8+ hour GitHub Actions queue times on macos-13; will be added later).
15
16
- Expanded test matrix and relaxed d=21 latency threshold for stability.
16
17
- All docs, versioning, and metadata aligned to 0.6.2.
Copy file name to clipboardExpand all lines: docs/PLATFORM_ARTIFACT_ROADMAP.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This roadmap turns the external audit recommendations into explicit public work
14
14
| GPU bit-identity | Tested configurations and docs | Safe as bit-identity claim, not throughput claim |
15
15
| GPU throughput | Not yet a stable public proof asset | Do not claim speedup without regenerated local artifacts |
16
16
| Linux/macOS benchmark corpus | Not yet published as comparable artifacts | Do not imply cross-platform benchmark equivalence |
17
-
| Prebuilt wheels | Published for v0.6.2+ (Linux, Windows, macOS Intel+ARM) | Full matrix in CI; attach attestations|
17
+
| Prebuilt wheels | Published for v0.6.2 (Linux, Windows, macOS arm64). Intel x86_64 excluded due to CI queue delays. | Full matrix in CI (Intel to be added)|
18
18
19
19
## Planned artifact classes
20
20
@@ -77,7 +77,9 @@ As of v0.6.2, CPU-safe wheels are published via CI for:
77
77
78
78
- Linux x86_64 (manylinux)
79
79
- Windows x64
80
-
- macOS Intel x86_64 + Apple Silicon arm64
80
+
- macOS Apple Silicon arm64
81
+
82
+
macOS Intel (x86_64) wheels were excluded from this release due to extremely long GitHub Actions runner queues. They will be added in a follow-up.
0 commit comments