From d4b23e993f5f6c45b2bcbd4f86b4eb1043e15b8e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 Aug 2025 05:14:50 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6859b5a4..b7c6fae0 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ DynamicalSystemsVisualizations = "Makie" Attractors = "0.1, 0.2, 1" ChaosTools = "3" ComplexityMeasures = "2, 3" -DataStructures = "0.18" +DataStructures = "0.18, 0.19" DelayEmbeddings = "2.7" DynamicalSystemsBase = "3.11.0" FractalDimensions = "1" From 68751758ed841a99d8bd8b9b1f119f09f6c1be67 Mon Sep 17 00:00:00 2001 From: George Datseris Date: Thu, 7 Aug 2025 11:02:08 +0100 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b7c6fae0..71ccffd9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DynamicalSystems" uuid = "61744808-ddfa-5f27-97ff-6e42cc95d634" repo = "https://github.com/JuliaDynamics/DynamicalSystems.jl.git" -version = "3.4.2" +version = "3.4.3" [deps] Attractors = "f3fd9213-ca85-4dba-9dfd-7fc91308fec7" From db873728c88e48c49b43debe265c2137baa765af Mon Sep 17 00:00:00 2001 From: George Datseris Date: Thu, 7 Aug 2025 11:03:07 +0100 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56dd6cf2..0968decf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: @@ -45,6 +45,7 @@ jobs: ${{ runner.os }}-test- ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@v1 + - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1