From dcbca786ecae8bf2a8873f53678491eed3e87c12 Mon Sep 17 00:00:00 2001 From: Marco Edward Gorelli Date: Tue, 5 Mar 2024 10:47:39 +0000 Subject: [PATCH] add time-based EWMA to readme [skip-ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ccad90..88a6a91 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ eXtra stuff for DateTimes in [Polars](https://www.pola.rs/). - ✅ convert to and from multiple time zones - ✅ format datetime in different locales - ✅ convert to Julian Dates +- ✅ time-based EWMA Installation ------------