moving_average 0.3.1 moving_average: ^0.3.1 copied to clipboard
Calculate simple, weighted and exponential moving averages of lists of numbers or objects.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2023-01-27 #
- Update dependencies
- Use dart_code_metrics for static analysis
- Update lint rules
- Update to pass analysis
0.3.0 - 2021-02-17 #
- Remove nullsafety from version number
0.3.0-nullsafety.0 - 2020-11-23 #
- First version with null safety support
0.2.0 - 2020-08-11 #
0.1.0-alpha4 #
- Add exponential moving averages
0.1.0-alpha3 #
- Use analysis_options from flutter repo
- Update code to pass analysis
0.1.0-alpha2 #
- Update package description
0.1.0-alpha #
- Initial version, created by Peter Scully peter@peterscully.name