Skip to content

CompatHelper: bump compat for DifferentiationInterface to 0.7, (keep existing compat) #916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

github-actions[bot]
Copy link
Contributor

This pull request changes the compat entry for the DifferentiationInterface package from 0.6.41 to 0.6.41, 0.7.
This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.

@devmotion devmotion force-pushed the compathelper/new_version/2025-05-13-00-14-24-171-03099145388 branch from 4016707 to 7908fd6 Compare May 13, 2025 00:14
Copy link
Contributor Author

github-actions bot commented May 13, 2025

Benchmark Report for Commit 7908fd6

Computer Information

Julia Version 1.11.5
Commit 760b2e5b739 (2025-04-14 06:53 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 7763 64-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Benchmark Results

|                 Model | Dimension |  AD Backend |      VarInfo Type | Linked | Eval Time / Ref Time | AD Time / Eval Time |
|-----------------------|-----------|-------------|-------------------|--------|----------------------|---------------------|
| Simple assume observe |         1 | forwarddiff |             typed |  false |                  9.5 |                 1.6 |
|           Smorgasbord |       201 | forwarddiff |             typed |  false |                744.7 |                33.6 |
|           Smorgasbord |       201 | forwarddiff | simple_namedtuple |   true |                311.6 |                60.5 |
|           Smorgasbord |       201 | forwarddiff |           untyped |   true |               1205.4 |                27.0 |
|           Smorgasbord |       201 | forwarddiff |       simple_dict |   true |               3452.3 |                23.0 |
|           Smorgasbord |       201 | reversediff |             typed |   true |               1422.9 |                30.0 |
|           Smorgasbord |       201 |    mooncake |             typed |   true |                935.2 |                 5.1 |
|    Loop univariate 1k |      1000 |    mooncake |             typed |   true |               5406.0 |                 4.1 |
|       Multivariate 1k |      1000 |    mooncake |             typed |   true |               1008.3 |                 8.9 |
|   Loop univariate 10k |     10000 |    mooncake |             typed |   true |              62134.6 |                 3.7 |
|      Multivariate 10k |     10000 |    mooncake |             typed |   true |               8987.6 |                 9.7 |
|               Dynamic |        10 |    mooncake |             typed |   true |                139.2 |                12.3 |
|              Submodel |         1 |    mooncake |             typed |   true |                 13.9 |                 6.3 |
|                   LDA |        12 | reversediff |             typed |   true |                460.2 |                 5.6 |

@coveralls
Copy link

Pull Request Test Coverage Report for Build 14985228884

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1170 unchanged lines in 28 files lost coverage.
  • Overall coverage decreased (-0.3%) to 84.847%

Files with Coverage Reduction New Missed Lines %
ext/DynamicPPLEnzymeCoreExt.jl 1 0.0%
ext/DynamicPPLForwardDiffExt.jl 1 63.64%
src/DynamicPPL.jl 1 90.91%
src/extract_priors.jl 1 67.86%
src/submodel_macro.jl 2 82.35%
src/test_utils/model_interface.jl 5 22.22%
src/test_utils/varinfo.jl 5 76.19%
src/transforming.jl 5 72.22%
src/model_utils.jl 7 7.14%
src/logdensityfunction.jl 9 64.44%
Totals Coverage Status
Change from base Build 14935073817: -0.3%
Covered Lines: 3326
Relevant Lines: 3920

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 14985228884

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1170 unchanged lines in 28 files lost coverage.
  • Overall coverage decreased (-0.2%) to 84.923%

Files with Coverage Reduction New Missed Lines %
ext/DynamicPPLEnzymeCoreExt.jl 1 0.0%
ext/DynamicPPLForwardDiffExt.jl 1 63.64%
src/DynamicPPL.jl 1 90.91%
src/extract_priors.jl 1 67.86%
src/submodel_macro.jl 2 82.35%
src/test_utils/model_interface.jl 5 22.22%
src/test_utils/varinfo.jl 5 76.19%
src/transforming.jl 5 72.22%
src/model_utils.jl 7 7.14%
src/logdensityfunction.jl 9 64.44%
Totals Coverage Status
Change from base Build 14935073817: -0.2%
Covered Lines: 3329
Relevant Lines: 3920

💛 - Coveralls

@coveralls
Copy link

coveralls commented May 13, 2025

Pull Request Test Coverage Report for Build 14985228884

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1170 unchanged lines in 28 files lost coverage.
  • Overall coverage remained the same at 85.102%

Files with Coverage Reduction New Missed Lines %
ext/DynamicPPLEnzymeCoreExt.jl 1 0.0%
ext/DynamicPPLForwardDiffExt.jl 1 63.64%
src/DynamicPPL.jl 1 90.91%
src/extract_priors.jl 1 67.86%
src/submodel_macro.jl 2 82.35%
src/test_utils/model_interface.jl 5 22.22%
src/test_utils/varinfo.jl 5 76.19%
src/transforming.jl 5 72.22%
src/model_utils.jl 7 7.14%
src/logdensityfunction.jl 9 64.44%
Totals Coverage Status
Change from base Build 14935073817: 0.0%
Covered Lines: 3336
Relevant Lines: 3920

💛 - Coveralls

@penelopeysm
Copy link
Member

Done in #922

@yebai yebai deleted the compathelper/new_version/2025-05-13-00-14-24-171-03099145388 branch May 20, 2025 13:49
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