Skip to content

Commit

Permalink
Merge pull request #154 from stan-dev/release/v2.8.0
Browse files Browse the repository at this point in the history
release/v2.8.0
  • Loading branch information
syclik committed Sep 19, 2015
2 parents 8da0e27 + 1b7e656 commit d00e3c3
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "stan"]
path = stan
path = stan_2.8.0
url = https://github.com/stan-dev/stan
Binary file added doc/cmdstan-guide-2.8.0.pdf
Binary file not shown.
Binary file added doc/stan-reference-2.8.0.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ AR = ar
##
# Library locations
##
STAN ?= stan/
MATH ?= $(STAN)lib/stan_math/
STAN ?= stan_2.8.0/
MATH ?= $(STAN)lib/stan_math_2.8.0/
-include $(MATH)make/libraries

##
Expand Down
4 changes: 2 additions & 2 deletions src/docs/cmdstan-guide/cmdstan-guide.tex
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
\documentclass[10pt,openany]{book}

\usepackage{../../../stan/src/docs/stan-reference/stan-manuals}
\usepackage{../../../stan_2.8.0/src/docs/stan-reference/stan-manuals}

\newcommand{\cmdstanversion}{2.7.0}
\newcommand{\cmdstanversion}{2.8.0}
\newcommand{\CmdStan}{CmdStan\xspace}

\begin{document}
Expand Down
2 changes: 1 addition & 1 deletion src/docs/cmdstan-guide/getting-started.tex
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ \section{Building \CmdStan}
%
\begin{quote}
\begin{Verbatim}
--- CmdStan v2.7.0 built ---
--- CmdStan v2.8.0 built ---
\end{Verbatim}
\end{quote}
%
Expand Down
10 changes: 5 additions & 5 deletions src/docs/cmdstan-guide/installation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ \subsubsection{Stan Library Source}
\begin{itemize}
\item Home: \url{http://mc-stan.org/stan.html}
\item License: BSD
\item Tested Version: 2.7.0
\item Tested Version: 2.8.0
\end{itemize}
%
The \Stan source code is distributed with \CmdStan.
Expand All @@ -85,7 +85,7 @@ \subsubsection{Stan Math Library Source}
\begin{itemize}
\item Home: \url{http://mc-stan.org}
\item License: BSD
\item Tested Version: 2.7.0
\item Tested Version: 2.8.0
\end{itemize}
%
The \Stan Math Library source code is distributed with \CmdStan
Expand Down Expand Up @@ -292,7 +292,7 @@ \subsection{Downloading and Unpacking \CmdStan}
%
\begin{quote}
\begin{Verbatim}[fontshape=sl,fontsize=\small]
> tar --no-same-owner -xzf cmdstan-2.7.0.tar.gz
> tar --no-same-owner -xzf cmdstan-2.8.0.tar.gz
\end{Verbatim}
\end{quote}
%
Expand Down Expand Up @@ -446,7 +446,7 @@ \subsection{Downloading and Unpacking \CmdStan Source}
%
\begin{quote}
\begin{Verbatim}[fontshape=sl,fontsize=\small]
> tar -xzf cmdstan-2.7.0.tar.gz
> tar -xzf cmdstan-2.8.0.tar.gz
\end{Verbatim}
\end{quote}

Expand Down Expand Up @@ -495,7 +495,7 @@ \subsubsection{Changing Library Locations}
directory. The default is \Verb|STAN=stan/|. Note: the
trailing forward slash is necessary.
\item \Verb|MATH|. The location of the Stan Math Library. The
default is \Verb|MATH=stan/lib/stan_math_2.7.0|.
default is \Verb|MATH=stan/lib/stan_math_2.8.0|.
\item \Verb|BOOST|. The location of the Boost library. If
\Verb|BOOST| is not explicitly set, this will default to the
\Verb|lib/boost_1.58.0| folder within \Verb|MATH|.
Expand Down
2 changes: 1 addition & 1 deletion src/docs/cmdstan-guide/references.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
\makeatletter
\renewcommand\@biblabel[1]{}
\makeatother
\bibliography{../../../stan/src/docs/bibtex/all}
\bibliography{../../../stan_2.8.0/src/docs/bibtex/all}
2 changes: 1 addition & 1 deletion src/docs/cmdstan-guide/title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\\[36pt]
{
\vfill
\includegraphics[width=0.6in]{../../../stan/src/docs/stan-reference/img/stanlogo-main.pdf}}
\includegraphics[width=0.6in]{../../../stan_2.8.0/src/docs/stan-reference/img/stanlogo-main.pdf}}
\\
\vspace*{6pt}
{\small \url{http://mc-stan.org/}}
Expand Down

0 comments on commit d00e3c3

Please sign in to comment.