Major changes
- Add lookup table decoder by @perlinm in #220
- Add BlockDecoder to jointly decode independent code blocks by @perlinm in #222
- Change default "wiring" for code concatenation by @perlinm in #223
- Add decoder to decode measurement results directly by @perlinm in #224
- Clean up decoder treatment of nonbinary fields by @perlinm in #227
- Add generalized Union-Find decoder by @perlinm in #228
- Generalize the generalized Union-Find decoder (
GUFDecoder
) to non-CSS codes by @perlinm in #229 - fix indexing bug in calculation of distance for codes with >64, <=128 qubits by @perlinm in #230
Minor changes
- combine linting and type checking workflows by @perlinm in #219
- Choose default max_weight for lookup decoder by @perlinm in #221
- rename MeasurementDecoder to DirectDecoder by @perlinm in #225
- version bump to 0.0.27 by @perlinm in #233
Full Changelog: v0.0.26...v0.0.27