Skip to content

Commit

Permalink
version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed May 30, 2017
1 parent 79c05df commit 4a5ae1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions docs/tex/tutorials/unsupervised.tex
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,6 @@ \subsubsection{Model}

\subsubsection{Inference}

\textbf{Note:
A bug appears in conjugacy for \texttt{MultivariateNormalDiag} with Edward 1.3.1.
This is fixed in Edward's development version. Install it via
}

\begin{lstlisting}[language=Java]
pip install -e "git+https://github.com/blei-lab/edward.git#egg=edward"
\end{lstlisting}

Each distribution in the model is written with conjugate priors, so we
can use Gibbs sampling. It performs Markov chain Monte Carlo by
iterating over draws from the complete conditionals of each
Expand Down
2 changes: 1 addition & 1 deletion edward/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.1'
__version__ = '1.3.2'

0 comments on commit 4a5ae1b

Please sign in to comment.