Skip to content

Commit a997154

Browse files
authored
Bump versions (#314)
1 parent 61c2741 commit a997154

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

DifferentiationInterface/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentiationInterface"
22
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
33
authors = ["Guillaume Dalle", "Adrian Hill"]
4-
version = "0.5.4"
4+
version = "0.5.5"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

DifferentiationInterface/docs/src/backends.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,18 @@ backend_table = Markdown.parse(String(take!(io)))
6464
backend_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

DifferentiationInterfaceTest/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentiationInterfaceTest"
22
uuid = "a82114a7-5aa3-49a8-9643-716bb13727a3"
33
authors = ["Guillaume Dalle", "Adrian Hill"]
4-
version = "0.4.3"
4+
version = "0.4.4"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)