From a99715453fe269f5a8f00d66d1a81fe3480acbd3 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:09:30 +0200 Subject: [PATCH] Bump versions (#314) --- DifferentiationInterface/Project.toml | 2 +- DifferentiationInterface/docs/src/backends.md | 21 +++++++++++-------- DifferentiationInterfaceTest/Project.toml | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/DifferentiationInterface/Project.toml b/DifferentiationInterface/Project.toml index 92230fd4a..9199ac2db 100644 --- a/DifferentiationInterface/Project.toml +++ b/DifferentiationInterface/Project.toml @@ -1,7 +1,7 @@ name = "DifferentiationInterface" uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63" authors = ["Guillaume Dalle", "Adrian Hill"] -version = "0.5.4" +version = "0.5.5" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/DifferentiationInterface/docs/src/backends.md b/DifferentiationInterface/docs/src/backends.md index 04ab085b4..eeb2b8285 100644 --- a/DifferentiationInterface/docs/src/backends.md +++ b/DifferentiationInterface/docs/src/backends.md @@ -64,15 +64,18 @@ backend_table = Markdown.parse(String(take!(io))) backend_table #hide ``` -!!! danger "Compatibility with Julia 1.6" - As of version 0.3.4, DifferentiationInterface.jl is compatible with Julia 1.6, the Long Term Support (LTS) version of the language. - However, we were only able to test the following backends on LTS: - - FiniteDifferences.jl - - ForwardDiff.jl - - ReverseDiff.jl - - Tracker.jl - - Zygote.jl - We strongly recommend that users upgrade to Julia 1.10, where all backends are tested. +## Compatibility + +DifferentiationInterface.jl itself is compatible with Julia 1.6, the Long Term Support (LTS) version of the language. +However, we were only able to test the following backends on Julia 1.6: + +- FiniteDifferences.jl +- ForwardDiff.jl +- ReverseDiff.jl +- Tracker.jl +- Zygote.jl + +We strongly recommend that users upgrade to Julia 1.10, where all backends are tested. ## Checks diff --git a/DifferentiationInterfaceTest/Project.toml b/DifferentiationInterfaceTest/Project.toml index d2f6ef62e..b0877332c 100644 --- a/DifferentiationInterfaceTest/Project.toml +++ b/DifferentiationInterfaceTest/Project.toml @@ -1,7 +1,7 @@ name = "DifferentiationInterfaceTest" uuid = "a82114a7-5aa3-49a8-9643-716bb13727a3" authors = ["Guillaume Dalle", "Adrian Hill"] -version = "0.4.3" +version = "0.4.4" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"