Skip to content

Commit

Permalink
Merge 4dca48c into ab14b91
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Jan 16, 2020
2 parents ab14b91 + 4dca48c commit 6889f4f
Show file tree
Hide file tree
Showing 7 changed files with 181 additions and 428 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
Manifest.toml
348 changes: 0 additions & 348 deletions Manifest.toml

This file was deleted.

2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -15,7 +15,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Combinatorics = "0.7"
Distributions = "0.21.6"
Distributions = "0.22"
ForwardDiff = "0.10.6"
PDMats = "0.9"
StatsFuns = "0.8, 0.9"
Expand Down
5 changes: 3 additions & 2 deletions src/DistributionsAD.jl
Expand Up @@ -26,8 +26,9 @@ import Distributions: MvNormal,
quantile,
PoissonBinomial

export TuringDiagNormal,
TuringMvNormal,
export TuringScalMvNormal,
TuringDiagMvNormal,
TuringDenseMvNormal,
TuringMvLogNormal,
TuringPoissonBinomial

Expand Down

0 comments on commit 6889f4f

Please sign in to comment.