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 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-enzyme-reverse 25.39% <ø> (ø)
ad-forwarddiff 23.58% <ø> (ø)
ad-mooncake-forward 0.00% <ø> (ø)
ad-mooncake-reverse 23.63% <ø> (ø)
ad-reversediff 23.58% <ø> (ø)
unit 86.13% <ø> (ø)

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.

@seabbs-bot

Copy link
Copy Markdown
Collaborator

ad / Enzyme reverse is failing on this PR — this is the known, actively-tracked break (ledgered via #237, characterised on #223; fix in progress). Not a dependency-related regression, so not merging until the fix lands; will revisit once #237 is resolved.


This was opened by a bot. Please ping @seabbs for any questions.

@dependabot
dependabot Bot force-pushed the dependabot/julia/DifferentiationInterfaceTest-0.9-and-0.10-and-0.11 branch 2 times, most recently from d3079fd to fd4573a Compare July 20, 2026 15:26
…, 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 force-pushed the dependabot/julia/DifferentiationInterfaceTest-0.9-and-0.10-and-0.11 branch from fd4573a to cd6a5b3 Compare July 20, 2026 22:03
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.

1 participant