CompatHelper: bump compat for OrderedCollections to 2 for package test, (keep existing compat)#1419
Conversation
…t, (keep existing compat)
d86eeec to
9d1c75f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #1419 +/- ##
===========================================
- Coverage 81.58% 27.02% -54.56%
===========================================
Files 50 49 -1
Lines 3578 3534 -44
===========================================
- Hits 2919 955 -1964
- Misses 659 2579 +1920 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
DynamicPPL.jl documentation for PR #1419 is available at: |
Benchmarks @ 9d1c75fPerformance 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. Main @ 9347d11EnvironmentJulia 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 × 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) |
This pull request changes the compat entry for the
OrderedCollectionspackage from1to1, 2for package test.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.