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 1
1
name = " DifferentiationInterface"
2
2
uuid = " a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
3
3
authors = [" Guillaume Dalle" , " Adrian Hill" ]
4
- version = " 0.5.4 "
4
+ version = " 0.5.5 "
5
5
6
6
[deps ]
7
7
ADTypes = " 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)))
64
64
backend_table #hide
65
65
```
66
66
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.
76
79
77
80
## Checks
78
81
Original file line number Diff line number Diff line change 1
1
name = " DifferentiationInterfaceTest"
2
2
uuid = " a82114a7-5aa3-49a8-9643-716bb13727a3"
3
3
authors = [" Guillaume Dalle" , " Adrian Hill" ]
4
- version = " 0.4.3 "
4
+ version = " 0.4.4 "
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
You can’t perform that action at this time.
0 commit comments