Skip to content
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

Some clean up of contexts #711

Merged
merged 20 commits into from
Nov 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7488238
fixed incorrect implementation of `dot_tilde_assume` for `PrefixContext`
torfjelde Nov 1, 2024
1d211c5
removed `vars` field from `PriorContext` and `LikelihoodContext` as
torfjelde Nov 1, 2024
fcccfd2
Merge branch 'master' into torfjelde/context-cleanup
penelopeysm Nov 2, 2024
f978287
replaced `NoDist` with `nodist`
torfjelde Nov 5, 2024
ae84112
fixed method ambiguity issue
torfjelde Nov 5, 2024
881e28d
added missing `Distributions.rand!` definition for `NoDist`
torfjelde Nov 5, 2024
1f6fc62
added more elaborate testing of evaluation of contexts
torfjelde Nov 5, 2024
55e24e9
added `DynamicPPL.TestUtils.test_context` for testing contexts and re…
torfjelde Nov 5, 2024
e5b7e44
added proper testing for PrefixContext of all demo models
torfjelde Nov 5, 2024
e1c8fd1
formatting
torfjelde Nov 5, 2024
23bc877
Merge branch 'master' into torfjelde/context-cleanup
torfjelde Nov 6, 2024
decaa78
Merge branch 'master' into torfjelde/context-cleanup
torfjelde Nov 8, 2024
b67f51b
added some dropped tests
torfjelde Nov 11, 2024
1da4c6e
Update src/test_utils.jl
torfjelde Nov 11, 2024
b551356
Update src/test_utils.jl
torfjelde Nov 11, 2024
1b91a72
Merge branch 'master' into torfjelde/context-cleanup
penelopeysm Nov 11, 2024
247f754
Update test/debug_utils.jl
torfjelde Nov 12, 2024
ebbda53
bump patch version
torfjelde Nov 12, 2024
8d41d7b
Merge branch 'master' into torfjelde/context-cleanup
torfjelde Nov 25, 2024
527ef0c
Merge remote-tracking branch 'origin/master' into torfjelde/context-c…
penelopeysm Nov 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump patch version
torfjelde authored Nov 12, 2024
commit ebbda538e680f47e8948ea08761b5eae8cb29292
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DynamicPPL"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
version = "0.30.5"
version = "0.30.6"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"