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

Re-export elementwise_loglikelihoods and generated_quantities #1420

Merged
merged 6 commits into from
Sep 28, 2020

Conversation

torfjelde
Copy link
Member

I think it would be a good idea to re-export elementwise_loglikelihoods and generated_quantities from DynamicPPL. v0.9.2 since these methods are mainly meant to be used by the end-user, rather than just internally.

It also bumps the compat-entry of DynamicPPL from 0.9.2, on which these are available (though this is the only difference between 0.9.1 and 0.9.2).

@torfjelde torfjelde requested review from cpfiffer and devmotion and removed request for cpfiffer September 28, 2020 09:40
src/Turing.jl Outdated Show resolved Hide resolved
src/Turing.jl Outdated Show resolved Hide resolved
@trappmartin
Copy link
Member

Is there going to be some documentation on turing.ml regarding both methods?

@torfjelde
Copy link
Member Author

Is there going to be some documentation on turing.ml regarding both methods?

IMO that should be included into a larger effort put into a tutorial about diagnostics + we should really have DynamicPPL and MCMCChains also rendered under the API section IMO.

@torfjelde
Copy link
Member Author

Ready to go?

@codecov
Copy link

codecov bot commented Sep 28, 2020

Codecov Report

Merging #1420 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1420   +/-   ##
=======================================
  Coverage   67.07%   67.07%           
=======================================
  Files          25       25           
  Lines        1613     1613           
=======================================
  Hits         1082     1082           
  Misses        531      531           
Impacted Files Coverage Δ
src/Turing.jl 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96a79f3...312507b. Read the comment docs.

@devmotion
Copy link
Member

Is there going to be some documentation on turing.ml regarding both methods?

For now there are at least docstrings, but I guess it would help if we could prepare and update the documentation in DynamicPPL (or e.g. MCMCChains) more independently.

@devmotion devmotion merged commit d77181e into master Sep 28, 2020
@devmotion devmotion deleted the torfjelde-patch-1 branch September 28, 2020 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants