From 909bde49fcff2a402a807c91117c21e8fd124903 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Nov 2024 01:44:45 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for FiniteDifferences in [weakdeps] at version 0.12, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a48650c68..ac0f08b01 100644 --- a/Project.toml +++ b/Project.toml @@ -54,10 +54,11 @@ Dates = "1.10" DocStringExtensions = "0.9" FFTW = "1" FastGaussQuadrature = "0.4, 0.5, 1" +FiniteDifferences = "0.12" GPUArrays = "10" GenericFFT = "0.1" -JLArrays = "0.1" GeoMakie = "0.7.6" +JLArrays = "0.1" JLD2 = "0.4, 0.5" KernelAbstractions = "0.9" LinearAlgebra = "1.10" From 14854afaf352014fe712406f33ce529f7672eecd Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 2 Dec 2024 09:21:27 +0100 Subject: [PATCH 2/2] add FiniteDiffences.jl to compat --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b54b52150..b62c3d2ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- compat entry for FiniteDifferences.jl [#620](https://github.com/SpeedyWeather/SpeedyWeather.jl/pull/620) - update to GPUArrays v11, JLArrays v0.2 and remove CUDA from tests [#590](https://github.com/SpeedyWeather/SpeedyWeather.jl/pull/590) - Power spectrum for n-dim LowerTriangularArrays [#618](https://github.com/SpeedyWeather/SpeedyWeather.jl/pull/618) - Added custom EnzymeRules for the SpectralTransform and an extension for compatibility with FiniteDifferences.jl [#589](https://github.com/SpeedyWeather/SpeedyWeather.jl/pull/589)