Skip to content

Releases: AlexandreHiroyuki/MovingAveragePlus

MovingAverage lib v2.1.0 - Compatiblity and Documentation

31 Mar 08:26
699b4fd
Compare
Choose a tag to compare

Change Log

  • Compatibility improved on PlatformIO. Credits to @Mingyu-Kim.
  • Documentation is now uploaded with the repository to avoid unavailability.
  • Library metadata updates.

MovingAverage lib v2.0.1 - Memory and Index Order

31 Mar 07:39
bfa198f
Compare
Choose a tag to compare

Change Log

  • Operator[] index order fixed, now it starts pushing from [0] to [n].
  • Memory leak fixes.
  • Library metadata updates.
  • Keywords.txt fixed.
  • front() and back() methods fixed.

MovingAverage lib v1.3.2 - Little Complexity Optmizations

31 Mar 07:34
39e4225
Compare
Choose a tag to compare

Fixed a waste of time on the constructor of MovingAverage.

MovingAverage lib v1.3.1 - operator[]

31 Mar 07:18
81f0e98
Compare
Choose a tag to compare

Added a new feature to access indexes of the array by their relative position.

MovingAverage lib v1.2.1 - the Arithmetic Mean

31 Mar 06:21
99fa3a8
Compare
Choose a tag to compare

The first stable version with arithmetic mean.