Skip to content

Commit d00e3c3

Browse files
committed
Merge pull request #154 from stan-dev/release/v2.8.0
release/v2.8.0
2 parents 8da0e27 + 1b7e656 commit d00e3c3

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "stan"]
2-
path = stan
2+
path = stan_2.8.0
33
url = https://github.com/stan-dev/stan

doc/cmdstan-guide-2.8.0.pdf

249 KB
Binary file not shown.

doc/stan-reference-2.8.0.pdf

1.63 MB
Binary file not shown.

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ AR = ar
2424
##
2525
# Library locations
2626
##
27-
STAN ?= stan/
28-
MATH ?= $(STAN)lib/stan_math/
27+
STAN ?= stan_2.8.0/
28+
MATH ?= $(STAN)lib/stan_math_2.8.0/
2929
-include $(MATH)make/libraries
3030

3131
##

src/docs/cmdstan-guide/cmdstan-guide.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
\documentclass[10pt,openany]{book}
22

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

5-
\newcommand{\cmdstanversion}{2.7.0}
5+
\newcommand{\cmdstanversion}{2.8.0}
66
\newcommand{\CmdStan}{CmdStan\xspace}
77

88
\begin{document}

src/docs/cmdstan-guide/getting-started.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ \section{Building \CmdStan}
8686
%
8787
\begin{quote}
8888
\begin{Verbatim}
89-
--- CmdStan v2.7.0 built ---
89+
--- CmdStan v2.8.0 built ---
9090
\end{Verbatim}
9191
\end{quote}
9292
%

src/docs/cmdstan-guide/installation.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ \subsubsection{Stan Library Source}
7171
\begin{itemize}
7272
\item Home: \url{http://mc-stan.org/stan.html}
7373
\item License: BSD
74-
\item Tested Version: 2.7.0
74+
\item Tested Version: 2.8.0
7575
\end{itemize}
7676
%
7777
The \Stan source code is distributed with \CmdStan.
@@ -85,7 +85,7 @@ \subsubsection{Stan Math Library Source}
8585
\begin{itemize}
8686
\item Home: \url{http://mc-stan.org}
8787
\item License: BSD
88-
\item Tested Version: 2.7.0
88+
\item Tested Version: 2.8.0
8989
\end{itemize}
9090
%
9191
The \Stan Math Library source code is distributed with \CmdStan
@@ -292,7 +292,7 @@ \subsection{Downloading and Unpacking \CmdStan}
292292
%
293293
\begin{quote}
294294
\begin{Verbatim}[fontshape=sl,fontsize=\small]
295-
> tar --no-same-owner -xzf cmdstan-2.7.0.tar.gz
295+
> tar --no-same-owner -xzf cmdstan-2.8.0.tar.gz
296296
\end{Verbatim}
297297
\end{quote}
298298
%
@@ -446,7 +446,7 @@ \subsection{Downloading and Unpacking \CmdStan Source}
446446
%
447447
\begin{quote}
448448
\begin{Verbatim}[fontshape=sl,fontsize=\small]
449-
> tar -xzf cmdstan-2.7.0.tar.gz
449+
> tar -xzf cmdstan-2.8.0.tar.gz
450450
\end{Verbatim}
451451
\end{quote}
452452

@@ -495,7 +495,7 @@ \subsubsection{Changing Library Locations}
495495
directory. The default is \Verb|STAN=stan/|. Note: the
496496
trailing forward slash is necessary.
497497
\item \Verb|MATH|. The location of the Stan Math Library. The
498-
default is \Verb|MATH=stan/lib/stan_math_2.7.0|.
498+
default is \Verb|MATH=stan/lib/stan_math_2.8.0|.
499499
\item \Verb|BOOST|. The location of the Boost library. If
500500
\Verb|BOOST| is not explicitly set, this will default to the
501501
\Verb|lib/boost_1.58.0| folder within \Verb|MATH|.

src/docs/cmdstan-guide/references.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
\makeatletter
55
\renewcommand\@biblabel[1]{}
66
\makeatother
7-
\bibliography{../../../stan/src/docs/bibtex/all}
7+
\bibliography{../../../stan_2.8.0/src/docs/bibtex/all}

src/docs/cmdstan-guide/title.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
\\[36pt]
77
{
88
\vfill
9-
\includegraphics[width=0.6in]{../../../stan/src/docs/stan-reference/img/stanlogo-main.pdf}}
9+
\includegraphics[width=0.6in]{../../../stan_2.8.0/src/docs/stan-reference/img/stanlogo-main.pdf}}
1010
\\
1111
\vspace*{6pt}
1212
{\small \url{http://mc-stan.org/}}

0 commit comments

Comments
 (0)