Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Dec 16, 2024
1 parent f7fe338 commit cec963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Main contributors: [Jaap van Ekris](https://github.com/JaapvanEkris) and [Abasz]
### Bugfixes and robustness improvements in 0.9.0

- **Added support for the newest version of Raspberry Pi OS (Bookworm)**, moved from Node.js v16 (EOL) to Node.js v20 (current) and upgraded packages where possible.
- **Improved the accuracy, responsiveness and efficiency** of both the Linear and Quadratic the Theil-Sen algorithms. For larger 'flankLength' machines, this results in 50% reduction in CPU use, while increasing the responsiveness and accuracy of the resulting forcecurve and powercurve.
- **Improved the accuracy, responsiveness and efficiency** of both the Linear and Quadratic Theil-Sen algorithms. For larger 'flankLength' machines, this results in 50% reduction in CPU use, while increasing the responsiveness and accuracy of the resulting forcecurve and powercurve.
- **Drag calculation and recovery slope calculation are more robust against outliers and stroke detection errors** by also moving them to the Linear Theil-Sen algorithm.
- **Added a configuration sanity check** which logs obvious errors and (if possible) repairs settings, after several users messed up their config and got completely stuck. This configuration sanity check also provides an automated upgrade path for 0.8.2 (old config) users to 0.9.0 (new config), as all the newly added configuration items between these two versions are automatically detected, logged and repaired.
- **Added restart limits** to prevent infinite boot loops of the app crashing and rebooting when there is a config error
Expand Down

0 comments on commit cec963c

Please sign in to comment.