-
Notifications
You must be signed in to change notification settings - Fork 219
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
CompatHelper: bump compat for DynamicPPL to 0.29, (keep existing compat) #2339
Merged
penelopeysm
merged 1 commit into
ch
from
compathelper/new_version/2024-09-25-11-22-42-643-02754627708
Sep 25, 2024
Merged
CompatHelper: bump compat for DynamicPPL to 0.29, (keep existing compat) #2339
penelopeysm
merged 1 commit into
ch
from
compathelper/new_version/2024-09-25-11-22-42-643-02754627708
Sep 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpfiffer
force-pushed
the
compathelper/new_version/2024-09-25-11-22-42-643-02754627708
branch
from
September 25, 2024 11:22
b6f3b76
to
efe3d53
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## ch #2339 +/- ##
=======================================
Coverage 57.43% 57.43%
=======================================
Files 24 24
Lines 1588 1588
=======================================
Hits 912 912
Misses 676 676 ☔ View full report in Codecov by Sentry. |
penelopeysm
deleted the
compathelper/new_version/2024-09-25-11-22-42-643-02754627708
branch
September 25, 2024 11:49
Pull Request Test Coverage Report for Build 11031997696Details
💛 - Coveralls |
penelopeysm
pushed a commit
that referenced
this pull request
Sep 26, 2024
…at) (#2339) Co-authored-by: CompatHelper Julia <[email protected]>
penelopeysm
pushed a commit
that referenced
this pull request
Oct 2, 2024
…at) (#2339) Co-authored-by: CompatHelper Julia <[email protected]>
yebai
pushed a commit
that referenced
this pull request
Oct 23, 2024
* CompatHelper: bump compat for DynamicPPL to 0.29, (keep existing compat) (#2339) Co-authored-by: CompatHelper Julia <[email protected]> * CompatHelper: bump compat for DynamicPPL to 0.29 for package test, (keep existing compat) (#2340) Co-authored-by: CompatHelper Julia <[email protected]> * Replace vectorize(d, r) -> DynamicPPL.tovec(r) vectorize was removed in DynamicPPL 0.29.0 * Require Julia >= 1.9 * Add Julia 1.9 tests back * Fix essential/ad tests * Fix reconstruct calls in MH * Update src/mcmc/mh.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Require Julia 1.10 * Change 1 -> I in MvNormal() setting a real number as σ is deprecated * Simplify tests as we no longer support Julia <1.8 * Simplify `set_namedtuple!` * Remove conditional loading/exporting of Tapir * Tapir -> Mooncake * Update src/essential/Essential.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Remove Requires from Project.toml * Bump minor version instead * Restrict ADTypes to 1.9.0 for AutoMooncake() * Re-enable Mooncake tests in mcmc/abstractmcmc * Update the currently buggy and incorrect tilde overloads in `mh.jl` (#2360) * More autoformatting (#2359) * Bring more files into autoformatting fold * Run JuliaFormatter * Remove trailing whitespace * Update comment in .JuliaFormatter.toml * Fix bad merge * Restrict Mooncake to >= 0.4.9 * Add MH test for LKJCholesky * Remove Tracker * Format imports Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add AD imports to Optimisation test * Bump Mooncake compat in tests * Bump Libtask version * Get Optimization tests to pass CI * Update API docs * Write a changelog entry * Update docs/src/api.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Tor Erlend Fjelde <[email protected]> Co-authored-by: Markus Hauru <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request changes the compat entry for the
DynamicPPL
package from0.28.2
to0.28.2, 0.29
.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.