mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
50 lines
1.0 KiB
Markdown
50 lines
1.0 KiB
Markdown
|
# Change Log Correlation
|
||
|
|
||
|
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/).
|
||
|
|
||
|
|
||
|
## [0.2.3] - 2022-10-30
|
||
|
- add changelog.md
|
||
|
- add rp2040 to build-CI
|
||
|
- minor edit unit test
|
||
|
|
||
|
|
||
|
## [0.2.2] - 2022-06-20
|
||
|
- optimize getEstimateX() to match getEstimateY();
|
||
|
- optimize averaging within calculate.
|
||
|
- prepare renaming (5) functions in 0.3.0
|
||
|
|
||
|
## [0.2.1] - 2021-12-14
|
||
|
- update library.json
|
||
|
- update license
|
||
|
- minor edits
|
||
|
|
||
|
## [0.2.0] - 2021-08-26
|
||
|
- Add flags to skip Rsquared and Esquared calculation
|
||
|
- will improve performance calculate
|
||
|
- fixed sign of R correlation coefficient
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.4] - 2021-08-26
|
||
|
- improve performance calculate
|
||
|
|
||
|
## [0.1.3] - 2021-01-16
|
||
|
- add size in constructor,
|
||
|
- add statistical + debug functions
|
||
|
|
||
|
## [0.1.2] - 2020-12-17
|
||
|
- add Arduino-CI + unit tests
|
||
|
- add size()
|
||
|
- add getAvgX() + getAvgY()
|
||
|
|
||
|
## [0.1.1] - 2020-06-05
|
||
|
- fix library.json
|
||
|
|
||
|
## [0.1.0] - 2020-05-17
|
||
|
- initial version
|
||
|
|