Skip to content

Commit 4a5ae1b

Browse files
committed
version 1.3.2
1 parent 79c05df commit 4a5ae1b

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

docs/tex/tutorials/unsupervised.tex

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,6 @@ \subsubsection{Model}
137137

138138
\subsubsection{Inference}
139139

140-
\textbf{Note:
141-
A bug appears in conjugacy for \texttt{MultivariateNormalDiag} with Edward 1.3.1.
142-
This is fixed in Edward's development version. Install it via
143-
}
144-
145-
\begin{lstlisting}[language=Java]
146-
pip install -e "git+https://github.com/blei-lab/edward.git#egg=edward"
147-
\end{lstlisting}
148-
149140
Each distribution in the model is written with conjugate priors, so we
150141
can use Gibbs sampling. It performs Markov chain Monte Carlo by
151142
iterating over draws from the complete conditionals of each

edward/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.1'
1+
__version__ = '1.3.2'

0 commit comments

Comments
 (0)