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

Move pointwise log likelihood data to log_likelihood group (Pyro + NumPyro) #1044

Merged
merged 10 commits into from
Feb 6, 2020
Prev Previous commit
updates Pyro version for Azure
  • Loading branch information
VincentBt committed Feb 5, 2020
commit fa86c5807f56c0c61faba633a8ada9b22319cd3d
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

### New features
* Add out-of-sample predictions (`predictions` and `predictions_constant_data` groups) to pymc3 and pystan translations (#983 and #1032)
* Started adding pointwise log likelihood storage support (#794)
* Started adding pointwise log likelihood storage support (#794, #1044)
* Violinplot: rug-plot option (#997)
* Integrated rcParams `plot.point_estimate` (#994), `stats.ic_scale` (#993) and `stats.credible_interval` (#1017)
* Added `group` argument to `plot_ppc` (#1008), `plot_pair` (#1009) and `plot_joint` (#1012)
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -14,10 +14,10 @@ jobs:
PYRO_VERSION: "latest"
EMCEE_VERSION: "latest"
NAME: "UNIT"
Python_36_Unit_Test_PyStan_3_Pyro_0.5.1_Emcee_2_tf_1:
Python_36_Unit_Test_PyStan_3_Pyro_1.0.0_Emcee_2_tf_1:
PYTHON_VERSION: 3.6
PYSTAN_VERSION: "preview"
PYRO_VERSION: 0.5.1
PYRO_VERSION: 1.0.0
PYTORCH_VERSION: 1.3.0
EMCEE_VERSION: 2
TF_VERSION: 1