Skip to content

chore(deps): update DifferentiationInterfaceTest requirement from 0.9, 0.10 to 0.9, 0.10, 0.11#210

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/DifferentiationInterfaceTest-0.9-and-0.10-and-0.11
Open

chore(deps): update DifferentiationInterfaceTest requirement from 0.9, 0.10 to 0.9, 0.10, 0.11#210
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/DifferentiationInterfaceTest-0.9-and-0.10-and-0.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on DifferentiationInterfaceTest to permit the latest version.

Release notes

Sourced from DifferentiationInterfaceTest's releases.

DifferentiationInterfaceTest-v0.11.0

DifferentiationInterfaceTest DifferentiationInterfaceTest-v0.11.0

Diff since DifferentiationInterfaceTest-v0.10.4

Breaking changes

Removed JET, Chairmarks and DataFrames dependencies:

  • To analyze type stability, run using JET first
  • To benchmark, run using Chairmarks first and manually convert the resulting table into a DataFrame if necessary

Merged pull requests:

Closed issues:

  • Overhead of function call to get output shape in pushforward-via-pullback (#930)
  • Fix second order with FunctionContext in Enzyme (#937)
  • This is not an issue (#941)
  • Missing _shadow method in Enzyme extension (#942)
  • Missing basis method (#944)
  • Precompilation error with weakdeps (#947)
  • inner second order and outer optimization AD? (#953)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…, 0.10 to 0.9, 0.10, 0.11

Updates the requirements on [DifferentiationInterfaceTest](https://github.com/JuliaDiff/DifferentiationInterface.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaDiff/DifferentiationInterface.jl/releases)
- [Commits](https://github.com/JuliaDiff/DifferentiationInterface.jl/commits/DifferentiationInterfaceTest-v0.11.0)

---
updated-dependencies:
- dependency-name: DifferentiationInterfaceTest
  dependency-version: 0.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jul 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Try this Pull Request!

Option 1: Julia Package Manager

Open Julia and type:

import Pkg
Pkg.activate(temp=true)
Pkg.add(url="https://github.com/EpiAware/ComposedDistributions.jl", rev="dependabot/julia/DifferentiationInterfaceTest-0.9-and-0.10-and-0.11")
using ComposedDistributions

Option 2: Local Checkout

If you have the repo locally:

git checkout dependabot/julia/DifferentiationInterfaceTest-0.9-and-0.10-and-0.11
julia --project=. -e "using Pkg; Pkg.instantiate()"

@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation preview is ready!

View the docs for this PR at: https://EpiAware.github.io/ComposedDistributions.jl/previews/PR210/

This preview will be updated automatically when you push new commits.

@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
ad-enzyme-forward 0.00% <ø> (ø)
ad-forwarddiff 21.98% <ø> (-0.25%) ⬇️
ad-mooncake-forward 0.00% <ø> (ø)
ad-mooncake-reverse 22.03% <ø> (-0.25%) ⬇️
ad-reversediff 21.98% <ø> (-0.25%) ⬇️
unit 85.88% <ø> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants