From 970b26c3b6be75216ebffc2147d0c73750297902 Mon Sep 17 00:00:00 2001 From: Inga Kottlarz <69455494+ikottlarz@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:18:20 +0000 Subject: [PATCH 1/2] minor heading fix: simpler -> simple The first heading of using change metrics says "Using a simpler" change metric, which was a bit confusing to me as it is the first that is introduced. I assume this is either a typo or left from some previous revision where it's not the first. --- docs/src/examples/logistic.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/examples/logistic.jl b/docs/src/examples/logistic.jl index b9163cd..7dc206a 100644 --- a/docs/src/examples/logistic.jl +++ b/docs/src/examples/logistic.jl @@ -43,7 +43,7 @@ fig # to weak chaos at r ≈ 3.847. This transition is barely visible in the # timeseries, and in fact many of the timeseries statistical properties remain identical. -# ## Using a simpler change metric +# ## Using a simple change metric # Now, let's compute various indicators and their changes, # focusing on the permutation entropy as an indicator. We use From 1bdcf860ba8b04011794f382eef6ccdd957a0c45 Mon Sep 17 00:00:00 2001 From: George Datseris Date: Tue, 19 Nov 2024 22:24:28 +0000 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1f380f2..895b544 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TransitionsInTimeseries" uuid = "5f5b98ec-1183-43e0-887a-12fdc55c52f7" authors = ["Jan Swierczek-Jereczek ", "George Datseris "] -version = "0.1.3" +version = "0.1.4" [deps] DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"