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
Copy file name to clipboardExpand all lines: PYPI_README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Important boundaries:
144
144
- GPU availability and performance depend on wheel build features, drivers, hardware, and runtime checks.
145
145
- OpenCL support must be confirmed on the target machine or built under the appropriate licensed/custom configuration.
146
146
- REST/API surfaces are for local experiments or controlled review unless separately hardened.
147
-
-**v0.6.5**: mypy-clean Python layer (zero type errors), test suite aligned with installed API, decoder name consistency (`union_find` canonical), all lint/type checks pass.
147
+
-**v0.6.4**: CPU batch decoder now reaches 1.1M shots/s via AVX2 SIMD transpose. BP-OSD adds `decode_timed` with convergence cap. Blossom intra-decode Rayon parallelism. DecoderPool auto-Rayon on Windows.
148
148
149
149
Full methodology, reproducibility notes, and benchmark artifacts are in the GitHub repository:
150
150
@@ -165,7 +165,7 @@ Do this before making any hardware-specific performance claim.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ See the public API regression coverage in [python/tests](python/tests) before bu
188
188
189
189
---
190
190
191
-
## New in v0.6.5
191
+
## New in v0.6.4
192
192
193
193
| Feature | Description |
194
194
| --- | --- |
@@ -214,15 +214,15 @@ If you need the full desktop GUI, hosted automation stack, or additional documen
214
214
215
215
## Validated evidence snapshot
216
216
217
-
All public claims should cite an artifact, commit, command, machine, and version. The current package release is **v0.6.5**; checked-in evidence should be regenerated before making new performance claims.
217
+
All public claims should cite an artifact, commit, command, machine, and version. The current package release is **v0.6.4**; checked-in evidence should be regenerated before making new performance claims.
218
218
219
-
> **v0.6.5 additions**: mypy-clean Python layer, test suite API fixes, decoder name consistency (`union_find` canonical).
219
+
> **v0.6.4 additions**: AVX2 SIMD transpose (CPU batch 1.1M shots/s), BP-OSD convergence cap (`decode_timed`), Blossom intra-decode Rayon parallelism, DecoderPool auto-Rayon on Windows.
0 commit comments