Skip to content

CompatHelper: add new compat entry for DynamicPPL at version 0.36 for package docs, (keep existing compat) #903

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

Merged

Conversation

github-actions[bot]
Copy link
Contributor

This pull request sets the compat entry for the DynamicPPL package to 0.36 for package docs.
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.
Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass.

@devmotion devmotion force-pushed the compathelper/new_version/2025-04-25-00-12-53-497-00096548140 branch from 5ff66c4 to 5c379c2 Compare April 25, 2025 00:12
Copy link
Contributor Author

Benchmark Report for Commit 5c379c2

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.1 |                 1.6 |
|           Smorgasbord |       201 | forwarddiff |             typed |  false |                755.3 |                30.6 |
|           Smorgasbord |       201 | forwarddiff | simple_namedtuple |   true |                343.9 |                50.3 |
|           Smorgasbord |       201 | forwarddiff |           untyped |   true |               1169.4 |                26.1 |
|           Smorgasbord |       201 | forwarddiff |       simple_dict |   true |               4219.3 |                17.5 |
|           Smorgasbord |       201 | reversediff |             typed |   true |               1375.4 |                30.7 |
|           Smorgasbord |       201 |    mooncake |             typed |   true |                912.3 |                 5.3 |
|    Loop univariate 1k |      1000 |    mooncake |             typed |   true |               5228.6 |                 4.1 |
|       Multivariate 1k |      1000 |    mooncake |             typed |   true |                945.8 |                 9.0 |
|   Loop univariate 10k |     10000 |    mooncake |             typed |   true |              59059.0 |                 3.8 |
|      Multivariate 10k |     10000 |    mooncake |             typed |   true |               8438.0 |                 9.8 |
|               Dynamic |        10 |    mooncake |             typed |   true |                131.1 |                11.9 |
|              Submodel |         1 |    mooncake |             typed |   true |                 13.6 |                 6.3 |
|                   LDA |        12 | reversediff |             typed |   true |                452.0 |                 6.3 |

Copy link

codecov bot commented Apr 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.05%. Comparing base (23834de) to head (5c379c2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #903   +/-   ##
=======================================
  Coverage   85.05%   85.05%           
=======================================
  Files          35       35           
  Lines        3922     3922           
=======================================
  Hits         3336     3336           
  Misses        586      586           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@coveralls
Copy link

coveralls commented Apr 25, 2025

Pull Request Test Coverage Report for Build 14654085013

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 190 unchanged lines in 17 files lost coverage.
  • Overall coverage remained the same at 85.145%

Files with Coverage Reduction New Missed Lines %
ext/DynamicPPLEnzymeCoreExt.jl 1 0.0%
ext/DynamicPPLForwardDiffExt.jl 1 63.64%
src/sampler.jl 1 89.23%
src/experimental.jl 3 0.0%
src/submodel_macro.jl 3 81.08%
src/values_as_in_model.jl 3 59.52%
src/varnamedvector.jl 7 89.36%
src/threadsafe.jl 10 60.55%
src/model.jl 11 84.17%
src/varinfo.jl 11 84.1%
Totals Coverage Status
Change from base Build 14646769416: 0.0%
Covered Lines: 3336
Relevant Lines: 3918

💛 - Coveralls

@yebai yebai merged commit 2286d3b into main Apr 25, 2025
17 of 18 checks passed
@yebai yebai deleted the compathelper/new_version/2025-04-25-00-12-53-497-00096548140 branch April 25, 2025 17:17
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