Skip to content

Allow to use 0.7.x version of DifferentiationInterface.jl#103

Merged
lostella merged 1 commit intoJuliaFirstOrder:masterfrom
pjssilva:master
Mar 29, 2026
Merged

Allow to use 0.7.x version of DifferentiationInterface.jl#103
lostella merged 1 commit intoJuliaFirstOrder:masterfrom
pjssilva:master

Conversation

@pjssilva
Copy link
Copy Markdown
Contributor

The current compat of the package is

              julia                    1.6
   [47edcb42] ADTypes                  1.5.3
   [a0c0ee7d] DifferentiationInterface 0.6.2
   [37e2e46d] LinearAlgebra            1.2
   [de0858da] Printf                   1.2
   [dc4f5ac2] ProximalCore             0.1

The restriction on DifferentiationInterface.jl precludes using version 0.7.x that is required by other packages (like version 2.x of Optimjl). I tested ProximalAlgorithms.jl, changing compat to

              julia                    1.6
   [47edcb42] ADTypes                  1.5.3
   [a0c0ee7d] DifferentiationInterface 0.6.2,0.7
   [37e2e46d] LinearAlgebra            1.2
   [de0858da] Printf                   1.2
   [dc4f5ac2] ProximalCore             0.1

All tests passed. Hence, it seems possible to use 0.7.x version of DifferentiationInterface.jl.

Copy link
Copy Markdown
Member

@lostella lostella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pjssilva!

@lostella lostella merged commit bdf99f9 into JuliaFirstOrder:master Mar 29, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants