What's Changed
- Fixed C code build process, now they can be built with
uv build
- Fixed error when receiving NICv1 in example decoder due to mismatch in output by @kestr31 in #180
- Fix for a corner-case numerical problem and corresponding unit test. by @EdFuentetaja in #181
- Fix floating point display on terminal output by @jbencina in #183
- Explicitly set multiprocessing start method to fork for OSX support by @jbencina in #182
New Contributors
- @kestr31 made their first contribution in #180
- @EdFuentetaja made their first contribution in #181
- @jbencina made their first contribution in #183
Full Changelog: v2.19...v2.20