-
Notifications
You must be signed in to change notification settings - Fork 32
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
Transition to Accessors.jl
#585
Merged
Merged
Changes from 7 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f6dd7ec
remove `BangBang.possible`
sunxd3 58dec49
version bumps
sunxd3 d3cd5e8
remove dep `MLUtils`
sunxd3 4e4a994
Apply suggestions from code review
sunxd3 ef668a3
finish sentence
sunxd3 c901f82
Update docs/src/tutorials/prob-interface.md
sunxd3 f20dafe
Update docs/src/tutorials/prob-interface.md
sunxd3 9934f99
make `kfolds` a function
sunxd3 00a3f0b
Update docs/src/tutorials/prob-interface.md
sunxd3 bfd83dd
Merge branch 'master' into sunxd/remove_bangbang.hack
sunxd3 da96d6c
transition to `Accessors`
sunxd3 0f5de53
more updates
sunxd3 8594fdd
Update src/utils.jl
sunxd3 5fa0e63
Update src/utils.jl
sunxd3 9573d03
Update src/utils.jl
sunxd3 e126e86
Update src/utils.jl
sunxd3 0787ed2
use fixed AbstractPPL for tests
sunxd3 ccb0115
adjust some util code related to compositing varname and optic
sunxd3 835b457
Update src/utils.jl
sunxd3 62de1f5
update with recent AbstractPPL merge
sunxd3 04a92f2
Merge 'origin/sunxd/remove_bangbang.hack' into sunxd/adapt_accesssors…
sunxd3 8e5ea7c
test new APPL fix
sunxd3 16b6324
remove the `Pkg.add`, causing issue with env resolution
sunxd3 c2bad4a
use APPL pending fix for testing; fix more errors
sunxd3 0db2083
fix more errors
sunxd3 ef2ffe5
use latest version of AbstractPPL; add Accessors to docmeta for testing
sunxd3 b0bce0c
bump APPL version to test
sunxd3 6f8f439
Merge branch 'master' into sunxd/adapt_accesssors
sunxd3 a72df5c
Merge branch 'master' into sunxd/adapt_accesssors
yebai 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 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 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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
[deps] | ||
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" | ||
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" | ||
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c" | ||
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" | ||
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54" | ||
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46" | ||
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" | ||
|
||
[compat] | ||
Accessors = "0.1" | ||
DataStructures = "0.18" | ||
Distributions = "0.25" | ||
Documenter = "1" | ||
FillArrays = "0.13, 1" | ||
LogDensityProblems = "2" | ||
MCMCChains = "5, 6" | ||
MLUtils = "0.3, 0.4" | ||
Setfield = "0.7.1, 0.8, 1" | ||
StableRNGs = "1" |
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be clear: this isn't something you've done manually but is something that occurs because you do
]instantiate
or something?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happened automatic, not manually