Skip to content

Commit d7b77d7

Browse files
authored
Merge pull request #440 from stan-dev/release/v2.10.0
release/v2.10.0
2 parents ce4f401 + 70406fd commit d7b77d7

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
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.10.0
33
url = https://github.com/stan-dev/stan

doc/cmdstan-guide-2.10.0.pdf

251 KB
Binary file not shown.

doc/stan-reference-2.10.0.pdf

1.7 MB
Binary file not shown.

makefile

Lines changed: 3 additions & 3 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.10.0/
28+
MATH ?= $(STAN)lib/stan_math_2.10.0/
2929
-include $(MATH)make/libraries
3030

3131
##
@@ -37,7 +37,7 @@ LDLIBS =
3737
LDLIBS_STANC = -Lbin -lstanc
3838
EXE =
3939
PATH_SEPARATOR = /
40-
CMDSTAN_VERSION := 2.9.0
40+
CMDSTAN_VERSION := 2.10.0
4141

4242
##
4343
# Get information about the compiler used.

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.10.0/src/docs/stan-reference/stan-manuals}
44

5-
\newcommand{\cmdstanversion}{2.9.0}
5+
\newcommand{\cmdstanversion}{2.10.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.9.0 built ---
89+
--- CmdStan v2.10.0 built ---
9090
\end{Verbatim}
9191
\end{quote}
9292
%

src/docs/cmdstan-guide/installation.tex

Lines changed: 6 additions & 6 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.9.0
74+
\item Tested Version: 2.10.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.9.0
88+
\item Tested Version: 2.10.0
8989
\end{itemize}
9090
%
9191
The \Stan Math Library source code is distributed with \CmdStan
@@ -296,7 +296,7 @@ \subsection{Downloading and Unpacking \CmdStan}
296296
%
297297
\begin{quote}
298298
\begin{Verbatim}[fontshape=sl,fontsize=\small]
299-
> tar --no-same-owner -xzf cmdstan-2.9.0.tar.gz
299+
> tar --no-same-owner -xzf cmdstan-2.10.0.tar.gz
300300
\end{Verbatim}
301301
\end{quote}
302302
%
@@ -450,7 +450,7 @@ \subsection{Downloading and Unpacking \CmdStan Source}
450450
%
451451
\begin{quote}
452452
\begin{Verbatim}[fontshape=sl,fontsize=\small]
453-
> tar -xzf cmdstan-2.9.0.tar.gz
453+
> tar -xzf cmdstan-2.10.0.tar.gz
454454
\end{Verbatim}
455455
\end{quote}
456456

@@ -497,10 +497,10 @@ \subsubsection{Changing Library Locations}
497497
%
498498
\begin{itemize}
499499
\item \Verb|STAN|. The location of the \Stan source
500-
directory. The default is \Verb|STAN=stan_2.9.0/|. Note: the
500+
directory. The default is \Verb|STAN=stan_2.10.0/|. Note: the
501501
trailing forward slash is necessary.
502502
\item \Verb|MATH|. The location of the Stan Math Library. The
503-
default is \Verb|MATH=stan/lib/stan_math_2.9.0/|.
503+
default is \Verb|MATH=stan/l../stan_math_2.10.0/|.
504504
\item \Verb|BOOST|. The location of the Boost library. If
505505
\Verb|BOOST| is not explicitly set, this will default to the
506506
\Verb|lib/boost_1.60.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.10.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.10.0/src/docs/stan-reference/img/stanlogo-main.pdf}}
1010
\\
1111
\vspace*{6pt}
1212
{\small \url{http://mc-stan.org/}}

stan

Lines changed: 0 additions & 1 deletion
This file was deleted.

stan_2.10.0

Submodule stan_2.10.0 added at 5c2be54

test-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ echo 'CmdStan tests'
1313
echo ''
1414
echo '------------------------------------------------------------'
1515
echo 'Stan tests'
16-
pushd stan/
16+
pushd stan_2.10.0/
1717
./runTests.py src/test
1818
popd
1919

2020

2121
echo ''
2222
echo '------------------------------------------------------------'
2323
echo 'Stan Math Library tests'
24-
pushd stan/lib/stan_math/
24+
pushd stan_2.10.0/lib/stan_math_2.10.0/
2525
./runTests.py test/unit
2626
./runTests.py test/prob
2727
popd

0 commit comments

Comments
 (0)