From 98d58fabc6ddc393bc14aeeb2ff40e2a5350ab51 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Wed, 20 Sep 2023 07:16:47 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 20f6481e..44af6d3b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ ----- +## IMPORTANT <<< + +For now, rather than use e.g `runmean`, `runcov`, with version 0.8 do it [this way](https://github.com/JeffreySarnoff/RollingFunctions.jl/issues/49#issuecomment-1726955742) using e.g. `running(cov, ..)`. From 0cc65672f3a0bae1ef9de913ce3d114b0d9a6cfb Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Wed, 20 Sep 2023 07:18:17 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44af6d3b..15162e35 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ ## IMPORTANT <<< -For now, rather than use e.g `runmean`, `runcov`, with version 0.8 do it [this way](https://github.com/JeffreySarnoff/RollingFunctions.jl/issues/49#issuecomment-1726955742) using e.g. `running(cov, ..)`. +For now, rather than use e.g `runmean`, `runcov`, with version 0.8 use `running(cov, ..)` +[here is an example](https://github.com/JeffreySarnoff/RollingFunctions.jl/issues/49#issuecomment-1726955742) +----- +----- [![Package Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/RollingFunctions)](https://pkgs.genieframework.com?packages=RollingFunctions&startdate=2015-12-30&enddate=2040-12-31)