From dc45397d38d6aea80e9d64db9e7f2e92ca760952 Mon Sep 17 00:00:00 2001 From: Thomas Lambert <t.lambert@uliege.be> Date: Tue, 11 Jul 2023 12:13:38 +0200 Subject: [PATCH] doc: fill changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc5741..12ff2df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,5 +17,25 @@ to [Semantic Versioning][sem_ver]. ### Fixed +## [0.0.1] - 2023-07-11 + +- **Data**: move data to its own subdir +- **Loader**: automate line counting +- **Plots**: improve figure clarity a bit + +## [0.0.0] - 2022-12-15 + +_Initial version_ + +- Process wind tunnel data and Arduino data for each test case +- Synchronize data sources +- Clean up noise +- Account for calibration and inertia effects +- Plot results + [sem_ver]:<https://semver.org/spec/v2.0.0.html> [keep_chglog]: <https://keepachangelog.com/en/1.0.0/> + +[Unreleased]: https://gitlab.uliege.be/rotare/rotare/compare/v0.0.1...main +[0.0.1]: https://gitlab.uliege.be/mecharaptor/data-processing/compare/v0.0.0...v0.0.1 +[0.0.0]: https://gitlab.uliege.be/mecharaptor/data-processing/-/releases/v0.0.0 -- GitLab