From 788acf2d7e991e883e9f0f10a59c7d03d4971fce Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Tue, 1 Oct 2024 21:57:49 +0900 Subject: [PATCH] update CHANGELOG - about example notebook - about count_riseup --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c779ff..a9b4077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `DownloadCSVs` module and functions which downloads the latest CSVs from Google sheets - Add `ClockParser` module and `get_skew` function - Add `lvds_tx_skew` column to `qaqc_single_run_result` table and related functions in `import_data.jl` +- Add example Pluto notebook which plots clock skew histogram +- Add `count_riseup` to count rise up in clock result ### Changed