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