New feature launch for #FormaK: a managed runtime!
I'd been stuck trying to simplify complexity of managing a process and multiple sensor models since I introduced calibration (which added more complexity... not helping...). In the end I landed on a single tick function call with a dose of #SFINAE that can handle sensor readings of any type and takes care of the rest under the hood.
As always, it comes in #Python and #Cpp flavors
Blog: https://buckbaskin.com/blog/formak-runtime-new-formak-feature.html
Github: https://github.com/buckbaskin/formak/pull/17