-
Notifications
You must be signed in to change notification settings - Fork 228
DynamicPPL -> 0.29; Julia -> 1.10; Tapir -> Mooncake #2341
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
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
b36c8b2
CompatHelper: bump compat for DynamicPPL to 0.29, (keep existing comp…
github-actions[bot] 3568649
CompatHelper: bump compat for DynamicPPL to 0.29 for package test, (k…
github-actions[bot] f43e57d
Replace vectorize(d, r) -> DynamicPPL.tovec(r)
penelopeysm c8e2337
Require Julia >= 1.9
penelopeysm 97d6869
Add Julia 1.9 tests back
penelopeysm aac4628
Fix essential/ad tests
penelopeysm 36e4651
Fix reconstruct calls in MH
penelopeysm 2995791
Update src/mcmc/mh.jl
penelopeysm 8387f50
Require Julia 1.10
penelopeysm 410d98e
Change 1 -> I in MvNormal()
penelopeysm ed17b7e
Simplify tests as we no longer support Julia <1.8
penelopeysm 97ed363
Simplify `set_namedtuple!`
penelopeysm b9b68c4
Remove conditional loading/exporting of Tapir
penelopeysm f42d3d8
Tapir -> Mooncake
penelopeysm 7b22570
Update src/essential/Essential.jl
penelopeysm 5e56f09
Remove Requires from Project.toml
penelopeysm d6d0d21
Bump minor version instead
penelopeysm e9e20dc
Restrict ADTypes to 1.9.0 for AutoMooncake()
penelopeysm 452d0d0
Re-enable Mooncake tests in mcmc/abstractmcmc
penelopeysm b0bb31e
Update the currently buggy and incorrect tilde overloads in `mh.jl` (…
torfjelde 2e178d7
More autoformatting (#2359)
mhauru 517e9fb
Fix bad merge
penelopeysm 188bd80
Restrict Mooncake to >= 0.4.9
penelopeysm a277c29
Add MH test for LKJCholesky
penelopeysm 0156002
Merge branch 'master' into ch
penelopeysm 742364e
Remove Tracker
penelopeysm f2cc183
Format imports
penelopeysm b60d907
Add AD imports to Optimisation test
penelopeysm 510ee44
Merge branch 'master' into ch
penelopeysm 1c039f6
Bump Mooncake compat in tests
penelopeysm cce79c0
Bump Libtask version
penelopeysm 0f46682
Get Optimization tests to pass CI
penelopeysm d9bc88a
Update API docs
penelopeysm 5f55f30
Write a changelog entry
penelopeysm 9fb9e95
Update docs/src/api.md
penelopeysm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ using DynamicPPL: | |
getlogp, | ||
VarName, | ||
getsym, | ||
vectorize, | ||
_getvns, | ||
getdist, | ||
Model, | ||
|
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.