-
Notifications
You must be signed in to change notification settings - Fork 64
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
Feature marginalise update #752
Open
njtierney
wants to merge
979
commits into
feature/marginalise
Choose a base branch
from
feature-marginalise-update
base: feature/marginalise
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…ify calculate body
…tion body intent clearer rebase
… TFP should initialise before TF
and things
* use "_PACKAGE" sentinel * export S3 methods for: * as.greta_model * as.unknowns./array/matrix/unknowns * dim.node * `dim<-.unknowns` * run_optimiser./tf_compat_optimiser/tf_optimiser/tfp_optimiser * update spellcheck WORDLIST
Merge branch 'tf2-poke-tf-fun' into cholesky-585 # Conflicts: # R/greta_model_class.R # R/node_class.R # R/optimiser_class.R # R/probability_distributions.R # R/unknowns_class.R # man/as.greta_model.Rd # man/as.unknowns.Rd # man/run_optimiser.Rd # tests/testthat/test_distributions.R
Fixing Cholesky
* Add .lazytest * update Rbuildignore with revdep, and lazytest * gitignore revdep * update version number in DESCRIPTION * Add DiagrammeRsvg and rsvg to Suggests * tweak NEWS.md * update README.md r-universe links * update codemeta * cran-comment notes * update URLs Merge remote-tracking branch 'upstream/master' into tf2-poke-tf-fun # Conflicts: # .gitignore # DESCRIPTION # R/greta_stash.R # R/node_class.R # R/unknowns_class.R # inst/WORDLIST # tests/testthat/_snaps/check-m1.md # tests/testthat/_snaps/distributions.md # tests/testthat/_snaps/inference.md # tests/testthat/test_distributions.R # tests/testthat/test_inference.R
… test failure out of test_inference into test_inference_numerical_issues
Tweaking wishart fix from 729
…d to only happen on release. These tests are now fast enough to be run on every CI test of greta.
Add adaptive thinning to check_samples
strike a compromise for #736
Remove unnecessary comments with #browser or #TF1/2
tweaks for CRAN 0.5.0 release
Tweaks for 0 5 0
use_dev_version(push = TRUE)
Merge commit '39ef12f0b9090571c59fe09799196ffb8d8ab407' #Conflicts: # R/dag_class.R # R/inference_class.R # R/node_types.R # R/utils.R # codemeta.json # tests/testthat/helpers.R # tests/testthat/test_posteriors.R
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.
Trying out merging this branch over...it's a bit messy!