File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed
DifferentiationInterfaceTest Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11name = " DifferentiationInterface"
22uuid = " a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
33authors = [" Guillaume Dalle" , " Adrian Hill" ]
4- version = " 0.5.4 "
4+ version = " 0.5.5 "
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
Original file line number Diff line number Diff line change @@ -64,15 +64,18 @@ backend_table = Markdown.parse(String(take!(io)))
6464backend_table #hide
6565```
6666
67- !!! danger "Compatibility with Julia 1.6"
68- As of version 0.3.4, DifferentiationInterface.jl is compatible with Julia 1.6, the Long Term Support (LTS) version of the language.
69- However, we were only able to test the following backends on LTS:
70- - FiniteDifferences.jl
71- - ForwardDiff.jl
72- - ReverseDiff.jl
73- - Tracker.jl
74- - Zygote.jl
75- We strongly recommend that users upgrade to Julia 1.10, where all backends are tested.
67+ ## Compatibility
68+
69+ DifferentiationInterface.jl itself is compatible with Julia 1.6, the Long Term Support (LTS) version of the language.
70+ However, we were only able to test the following backends on Julia 1.6:
71+
72+ - FiniteDifferences.jl
73+ - ForwardDiff.jl
74+ - ReverseDiff.jl
75+ - Tracker.jl
76+ - Zygote.jl
77+
78+ We strongly recommend that users upgrade to Julia 1.10, where all backends are tested.
7679
7780## Checks
7881
Original file line number Diff line number Diff line change 11name = " DifferentiationInterfaceTest"
22uuid = " a82114a7-5aa3-49a8-9643-716bb13727a3"
33authors = [" Guillaume Dalle" , " Adrian Hill" ]
4- version = " 0.4.3 "
4+ version = " 0.4.4 "
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
You can’t perform that action at this time.
0 commit comments