Skip to content

Commit 4dfe751

Browse files
committed
docs: update all READMEs, PYPI docs, RELEASE_NOTES, and roadmap to reflect v0.6.2 without macOS Intel x86_64 wheels (due to GitHub Actions queue delays). Supported: Linux, Windows, macOS arm64 + sdist.
1 parent b0cdc66 commit 4dfe751

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

PYPI_README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ Supported package target for the public release workflow:
2323
- Python 3.9 to 3.13
2424
- Linux x86_64 wheels (manylinux)
2525
- Windows x64 wheels
26-
- macOS Intel x86_64 + Apple Silicon arm64 wheels
26+
- macOS Apple Silicon arm64 wheels
2727
- Source distribution (sdist) for custom/source builds
2828

29+
macOS Intel (x86_64) wheels are not included in v0.6.2 due to extremely long GitHub Actions runner queues (they will be added in a follow-up).
30+
2931
Optional research and validation extras:
3032

3133
```bash

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PyMatching-compatible MWPM validation - Belief-matching accuracy mode - BP-OSD f
2626
pip install qector-decoder-v3
2727
```
2828

29-
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.
3030

3131
### Optional Python extras
3232

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Reduced namespace leakage in `__init__.py` (os/sys/subprocess/np no longer pollute the public module).
1313
- `recommend_decoder` / routing safely avoids recommending UF family on hypergraphs.
1414
- 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).
1516
- Expanded test matrix and relaxed d=21 latency threshold for stability.
1617
- All docs, versioning, and metadata aligned to 0.6.2.
1718

docs/PLATFORM_ARTIFACT_ROADMAP.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This roadmap turns the external audit recommendations into explicit public work
1414
| GPU bit-identity | Tested configurations and docs | Safe as bit-identity claim, not throughput claim |
1515
| GPU throughput | Not yet a stable public proof asset | Do not claim speedup without regenerated local artifacts |
1616
| 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) |
1818

1919
## Planned artifact classes
2020

@@ -77,7 +77,9 @@ As of v0.6.2, CPU-safe wheels are published via CI for:
7777

7878
- Linux x86_64 (manylinux)
7979
- 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.
8183

8284
sdist is also published.
8385

@@ -86,7 +88,7 @@ Candidate / supported targets (v0.6.2+):
8688
```text
8789
Linux x86_64 CPython 3.9–3.13
8890
Windows x64 CPython 3.9–3.13
89-
macOS x86_64 CPython 3.9–3.13
91+
macOS x86_64 (Intel) - planned for follow-up (queues too long in v0.6.2)
9092
macOS arm64 CPython 3.9–3.13
9193
```
9294

@@ -145,6 +147,6 @@ Unsafe:
145147

146148
```text
147149
QECTOR already has universal cross-platform benchmark proof.
148-
QECTOR ships production wheels for Linux, Windows, macOS Intel x86_64 and Apple Silicon.
150+
QECTOR ships production wheels for Linux, Windows, macOS Apple Silicon (Intel x86_64 to follow).
149151
QECTOR GPU throughput is generally faster than PyMatching.
150152
```

0 commit comments

Comments
 (0)