Releases: ripred/Smooth
Releases · ripred/Smooth
Smooth_v1.9
added set_avg() method
Smooth_v1.8
Corrected keywords.txt to use tabs instead of spaces in order to work correctly.
Smooth_v1.7
Keep smooth running averages without using arrays! Uses exponential moving averages and only 8-bytes no matter how many samples! No looping! No Arrays! Constant Compute Time! The sample size is adjustable at runtime. The average is available and accurate even before N samples have been received. Now with Callbacks!
Smooth_v1.6
Updated to include optimizations.
Smooth_v1.5
Fixed basic use example to not include use of callbacks
Smooth_v1.4
Fixes to examples
Smooth_v2
Smooth_v1.3
Added examples for using callbacks
Smooth V1.1
Fixed change/upper bounds/lower bounds callback bugs.
Initial release
Smooth_v1 initial commit