-
Notifications
You must be signed in to change notification settings - Fork 231
CompatHelper: bump compat for MCMCChains to 6, (keep existing compat) #1959
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
yebai
merged 3 commits into
master
from
compathelper/new_version/2023-03-01-00-30-55-996-00648995756
Mar 1, 2023
Merged
CompatHelper: bump compat for MCMCChains to 6, (keep existing compat) #1959
yebai
merged 3 commits into
master
from
compathelper/new_version/2023-03-01-00-30-55-996-00648995756
Mar 1, 2023
Conversation
This file contains hidden or 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
693e40a to
186cab7
Compare
… existing compat) (#1960) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
yebai
approved these changes
Mar 1, 2023
Pull Request Test Coverage Report for Build 4307677842
💛 - Coveralls |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #1959 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 21 21
Lines 1422 1422
======================================
Misses 1422 1422 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
yebai
added a commit
that referenced
this pull request
Mar 2, 2023
…t) (#1948) * CompatHelper: bump compat for AdvancedVI to 0.2, (keep existing compat) * Update TuringLang homepage url (#1954) Updated broken links (turing.ml --> turinglang.org) * CompatHelper: bump compat for MCMCChains to 6, (keep existing compat) (#1959) * CompatHelper: bump compat for MCMCChains to 6, (keep existing compat) * Update ad.jl * CompatHelper: bump compat for MCMCChains to 6 for package test, (keep existing compat) (#1960) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * CompatHelper: bump compat for AdvancedVI to 0.2 for package test, (keep existing compat) (#1950) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: jamesmaino <jamesmaino@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
yebai
added a commit
that referenced
this pull request
Mar 2, 2023
…at) (#1947) * CompatHelper: bump compat for DynamicPPL to 0.22, (keep existing compat) * CompatHelper: bump compat for DynamicPPL to 0.22 for package test, (keep existing compat) (#1949) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> * CompatHelper: bump compat for AdvancedVI to 0.2, (keep existing compat) (#1948) * CompatHelper: bump compat for AdvancedVI to 0.2, (keep existing compat) * Update TuringLang homepage url (#1954) Updated broken links (turing.ml --> turinglang.org) * CompatHelper: bump compat for MCMCChains to 6, (keep existing compat) (#1959) * CompatHelper: bump compat for MCMCChains to 6, (keep existing compat) * Update ad.jl * CompatHelper: bump compat for MCMCChains to 6 for package test, (keep existing compat) (#1960) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * CompatHelper: bump compat for AdvancedVI to 0.2 for package test, (keep existing compat) (#1950) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: jamesmaino <jamesmaino@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jamesmaino <jamesmaino@users.noreply.github.com> Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
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
MCMCChainspackage from5to5, 6.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.