Skip to content

CompatHelper: bump compat for OrderedCollections to 2 for package docs, (keep existing compat)#1418

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
compathelper/new_version/2026-06-03-00-46-27-102-02784226592
Closed

CompatHelper: bump compat for OrderedCollections to 2 for package docs, (keep existing compat)#1418
github-actions[bot] wants to merge 1 commit into
mainfrom
compathelper/new_version/2026-06-03-00-46-27-102-02784226592

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This pull request changes the compat entry for the OrderedCollections package from 1 to 1, 2 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.

@devmotion devmotion force-pushed the compathelper/new_version/2026-06-03-00-46-27-102-02784226592 branch from 1375def to 25a836e Compare June 3, 2026 00:46
@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.58%. Comparing base (9347d11) to head (25a836e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1418   +/-   ##
=======================================
  Coverage   81.58%   81.58%           
=======================================
  Files          50       50           
  Lines        3578     3578           
=======================================
  Hits         2919     2919           
  Misses        659      659           

☔ 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.

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

DynamicPPL.jl documentation for PR #1418 is available at:
https://TuringLang.github.io/DynamicPPL.jl/previews/PR1418/

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Benchmarks @ 25a836e

Performance Ratio: gradient time divided by log-density time.

For very small models these ratios are noisy across runs and machines; raw primal and gradient timings are more reliable. The benchmarks are aimed at DynamicPPL developers and mainly catch obvious allocation or type-stability regressions. See benchmark notes for details.

===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false     3.83 ns       13.92    1704.28       72.32     27.60
Simple assume observe*         1      true     3.83 ns       29.22    2261.19       72.46     26.45
Smorgasbord                  201     false     11.7 μs       39.79      67.59        6.03      5.09
Smorgasbord                  201      true     14.6 μs       36.89      70.50        4.79      3.87
Loop univariate 1k          1000     false     43.2 μs      416.74     119.59        3.99      3.03
Loop univariate 1k          1000      true     43.2 μs      570.82     122.78        3.97      3.10
Multivariate 1k             1000     false     42.7 μs      185.70      38.97        4.15      1.47
Multivariate 1k             1000      true     39.4 μs      233.80      40.02        5.37      1.87
Loop univariate 10k        10000     false    182.0 μs    13704.50     298.36        7.77      6.94
Loop univariate 10k        10000      true    195.0 μs    15186.85     286.36        7.03      6.51
Multivariate 10k           10000     false    234.0 μs     8176.98      72.42        9.11      1.87
Multivariate 10k           10000      true    234.0 μs     7785.09      72.41        9.08      1.88
Dynamic                       15     false     2.29 μs         err      32.21       12.64      8.81
Dynamic                       10      true     3.18 μs        1.98      38.89        9.76     15.76
Submodel*                      1     false     3.83 ns       29.48    2588.86       76.47     27.81
Submodel*                      1      true     3.84 ns       29.60    2322.53       75.35     27.20
LDA                           12      true     29.5 μs        0.65       2.12       24.89       err
===================================================================================================
Main @ 9347d11
===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false     4.19 ns       14.21    1507.90       44.46     18.55
Simple assume observe*         1      true      4.2 ns       14.43    1707.70       44.31     15.91
Smorgasbord                  201     false     5.71 μs       76.69     138.21        6.99      7.54
Smorgasbord                  201      true     7.49 μs       76.88     140.63        6.15      5.43
Loop univariate 1k          1000     false     16.2 μs     1132.62     319.48        9.82      8.04
Loop univariate 1k          1000      true     19.8 μs     1459.79     266.67        7.85      6.63
Multivariate 1k             1000     false     22.6 μs      311.37      62.13        8.50      2.18
Multivariate 1k             1000      true     23.0 μs      278.80      69.00        9.48      2.01
Loop univariate 10k        10000     false    157.0 μs    14951.75     348.67       10.11      7.96
Loop univariate 10k        10000      true    193.0 μs    13139.74     288.41        8.28      6.54
Multivariate 10k           10000     false    211.0 μs     4568.25      79.55       10.02      1.88
Multivariate 10k           10000      true    215.0 μs     4444.01      79.15        9.95      1.95
Dynamic                       15     false      1.4 μs         err      41.70       12.73     10.89
Dynamic                       10      true     1.95 μs        2.01      56.10       11.54     17.42
Submodel*                      1     false      4.2 ns       14.23    1796.63       44.60     18.51
Submodel*                      1      true      4.2 ns       14.47    2008.02       44.45     19.74
LDA                           12      true     22.6 μs        0.61       2.00       27.23       err
===================================================================================================
Environment
Julia Version 1.11.9
Commit 53a02c0720c (2026-02-06 00:27 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, icelake-server)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

@yebai yebai closed this Jun 5, 2026
@yebai yebai deleted the compathelper/new_version/2026-06-03-00-46-27-102-02784226592 branch June 5, 2026 07:22
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.

1 participant