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 https://github.com/junzis/pyModeS/pull/180
* Fix for a corner-case numerical problem and corresponding unit test. by EdFuentetaja in https://github.com/junzis/pyModeS/pull/181
* Fix floating point display on terminal output by jbencina in https://github.com/junzis/pyModeS/pull/183
* Explicitly set multiprocessing start method to fork for OSX support by jbencina in https://github.com/junzis/pyModeS/pull/182
New Contributors
* kestr31 made their first contribution in https://github.com/junzis/pyModeS/pull/180
* EdFuentetaja made their first contribution in https://github.com/junzis/pyModeS/pull/181
* jbencina made their first contribution in https://github.com/junzis/pyModeS/pull/183
**Full Changelog**: https://github.com/junzis/pyModeS/compare/v2.19...v2.20