v1.2.0
This release adds a measure_no_fp method, which does not use floating point. For microcontrollers which lack floating point support - this will prevent floating point functions from being linked in - making the binary smaller. It will also make the calculations faster for those microcontrollers.
Thank you to u/snakehand for suggesting this, with an example.