Skip to content

Releases: ripred/Smooth

Smooth_v1.9

Choose a tag to compare

@ripred ripred released this 12 Sep 07:33
a2f4509

added set_avg() method

Smooth_v1.8

Choose a tag to compare

@ripred ripred released this 18 Aug 20:35

Corrected keywords.txt to use tabs instead of spaces in order to work correctly.

Smooth_v1.7

Choose a tag to compare

@ripred ripred released this 29 Jun 04:39
7eccc7e

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

Choose a tag to compare

@ripred ripred released this 26 Jun 22:00
be9207c

Updated to include optimizations.

Smooth_v1.5

Choose a tag to compare

@ripred ripred released this 19 Jun 21:11
81e4aa7

Fixed basic use example to not include use of callbacks

Smooth_v1.4

Choose a tag to compare

@ripred ripred released this 19 Jun 19:16

Fixes to examples

Smooth_v2

Choose a tag to compare

@ripred ripred released this 18 Jun 19:19

added support for change, upper bounds and lower bounds callbacks!

Smooth_v1.3

Choose a tag to compare

@ripred ripred released this 18 Jun 22:19

Added examples for using callbacks

Smooth V1.1

Choose a tag to compare

@ripred ripred released this 18 Jun 20:35

Fixed change/upper bounds/lower bounds callback bugs.

Initial release

Choose a tag to compare

@ripred ripred released this 18 Jun 11:17
Smooth_v1

initial commit