Skip to content

Releases: RobTillaart/RunningAverage

0.4.7 release

16 Aug 17:19
b53b1ea
Compare
Choose a tag to compare
  • Fix #33, add float getCoefficientOfVariation()
  • update readme.md
  • update keywords.txt

0.4.6 release

29 Jun 07:19
7ab7146
Compare
Choose a tag to compare
  • Fix #30, add float getSum() (thanks to heidnerd)
  • Fix #31, add float getStandardDeviationLast(uint16_t count) (thanks to alvaro-oliver)
  • added code to detect inner array == NULL in more functions (return NAN).
    • changed return type bool clear()
    • changed return type bool addValue(..)
    • changed return type bool fillValue(..)
    • changed return type bool setPartial(..)
  • moved performance.txt to performance sketch
  • update unit test
  • update keywords.txt
  • update readme.md
  • minor edits.

0.4.5 release

05 Jan 14:25
e44d126
Compare
Choose a tag to compare
Fix URL in examples + minor edits (#29)

0.4.4 release

13 Nov 16:55
dbf3c3c
Compare
Choose a tag to compare
Develop (#27)

- update readme.md badges
- update examples
- add two step example
- minor edits

0.4.3 release

23 Nov 18:16
ae7270b
Compare
Choose a tag to compare
add changelog.md (#20)

0.4.2 release

28 Dec 09:12
954561d
Compare
Choose a tag to compare

maintenance release

0.4.1 release

24 Nov 09:00
58cddba
Compare
Choose a tag to compare
add getAverageLast(n) (#16)

* add getAverageLast(n), getMinInBufferLast(n), getMaxInBufferLast(n)
* update keywords.txt
* update unit test
* update readme.md

0.4.0 release

26 May 14:31
b5d01a3
Compare
Choose a tag to compare
Develop (#10)

* 0.4.0 increase size to 16 bit
* add examples

0.3.2 release

15 Jan 18:41
de42f89
Compare
Choose a tag to compare
fix #7 add add() + license + refactor (#8)

* fix #7 add add() + license + refactor

0.3.1 release

19 Jun 12:38
d9630aa
Compare
Choose a tag to compare

fix library.json