2024-06-30 09:59:33 -04:00
|
|
|
# Change Log RunAvgWeight
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
2024-08-19 14:34:31 -04:00
|
|
|
## [0.2.0] - 2024-08-12
|
|
|
|
- Fix #6, **float getFastAverage()** => fix **clear()**
|
|
|
|
- Fix #4, add **float getCoefficientOfVariation()**
|
|
|
|
- add bool return value for **clear(), addValue()**
|
|
|
|
- update readme.md
|
|
|
|
- update keywords.txt
|
|
|
|
|
|
|
|
----
|
2024-06-30 09:59:33 -04:00
|
|
|
|
2024-07-02 07:06:07 -04:00
|
|
|
## [0.1.1] - 2024-07-01
|
|
|
|
- update documentation
|
|
|
|
- sync order of functions in .h and .cpp
|
|
|
|
- minor edits
|
|
|
|
|
2024-06-30 09:59:33 -04:00
|
|
|
## [0.1.0] - 2024-06-30
|
|
|
|
- initial version, based upon **RunningAverage**
|
|
|
|
|