Commit b7dd6c8
committed
docs: update README/PYPI_README/CHANGELOG for v0.6.5 release
- Fixed stale 'version = {0.6.4}' citation blocks in both README.md and
PYPI_README.md (pyproject.toml/Cargo.toml/CITATION.cff/codemeta.json
were already correctly at 0.6.5).
- Added 'New in v0.6.5' / 'v0.6.5 Highlights' sections to both files,
documenting only verified fixes: mypy clean, test NameError fix,
PredecodedDecoder backend name fix, ruff clean, example_batch.py fix.
- Added missing decoder-family table rows present in the actual compiled
module but undocumented: LERBenchmark, HybridDecoder, SlidingWindowDecoder,
StreamingDecoder, NeuralPredecoder, GNNPredecoder, GNNTrainer,
LookupTableDecoder. Verified every name via runtime hasattr() check
against the actual v0.6.5 wheel, not assumed.
- Verified all existing PYPI_README.md code samples (quick start, batch
decoding, stim workflow, GPU availability check) still execute correctly
against the real compiled module -- no functional doc fixes needed there.
- CHANGELOG.md [0.6.5]: appended today's additional verified fixes
(test NameError, ruff clean, example_batch.py, CI secret injection)
alongside the existing entry.
- Cargo.lock: picked up the 0.6.4->0.6.5 version bump from Cargo.toml.1 parent 5e107ea commit b7dd6c8
4 files changed
Lines changed: 48 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
123 | 131 | | |
124 | 132 | | |
125 | 133 | | |
| |||
165 | 173 | | |
166 | 174 | | |
167 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
168 | 188 | | |
169 | 189 | | |
170 | 190 | | |
| |||
204 | 224 | | |
205 | 225 | | |
206 | 226 | | |
207 | | - | |
| 227 | + | |
208 | 228 | | |
209 | 229 | | |
210 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
183 | 190 | | |
184 | 191 | | |
185 | 192 | | |
| |||
188 | 195 | | |
189 | 196 | | |
190 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
191 | 211 | | |
192 | 212 | | |
193 | 213 | | |
| |||
214 | 234 | | |
215 | 235 | | |
216 | 236 | | |
217 | | - | |
| 237 | + | |
218 | 238 | | |
219 | 239 | | |
220 | 240 | | |
| |||
428 | 448 | | |
429 | 449 | | |
430 | 450 | | |
431 | | - | |
| 451 | + | |
432 | 452 | | |
433 | 453 | | |
434 | 454 | | |
| |||
0 commit comments