Releases: AlexandreHiroyuki/MovingAveragePlus
Releases · AlexandreHiroyuki/MovingAveragePlus
MovingAverage lib v2.1.0 - Compatiblity and Documentation
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
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
Fixed a waste of time on the constructor of MovingAverage.
MovingAverage lib v1.3.1 - operator[]
Added a new feature to access indexes of the array by their relative position.
MovingAverage lib v1.2.1 - the Arithmetic Mean
The first stable version with arithmetic mean.