Classical codes can now be defined over more general finite fields.
What's Changed
* Use modern typing annotations by perlinm in https://github.com/Infleqtion/qLDPC/pull/2
* add `py.typed` by perlinm in https://github.com/Infleqtion/qLDPC/pull/3
* always enforce modern annotation style by richrines1 in https://github.com/Infleqtion/qLDPC/pull/4
* Allow for classical codes over finite fields of any order by mittaltushant in https://github.com/Infleqtion/qLDPC/pull/6
* View galoir.FieldArray objects as numpy arrays by perlinm in https://github.com/Infleqtion/qLDPC/pull/8
* Add distance calculation for classical codes with non-binary fields by perlinm in https://github.com/Infleqtion/qLDPC/pull/7
New Contributors
* perlinm made their first contribution in https://github.com/Infleqtion/qLDPC/pull/2
* richrines1 made their first contribution in https://github.com/Infleqtion/qLDPC/pull/4
* mittaltushant made their first contribution in https://github.com/Infleqtion/qLDPC/pull/6
**Full Changelog**: https://github.com/Infleqtion/qLDPC/compare/v0.0.4...v0.0.5