Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DifferentiationInterface/Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
21 changes: 12 additions & 9 deletions DifferentiationInterface/docs/src/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion DifferentiationInterfaceTest/Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down