Skip to content

Commit ea984d5

Browse files
authored
Merge pull request #518 from stan-dev/release/v2.13.1
release/v2.13.1
2 parents 7564a64 + caa4220 commit ea984d5

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Describe what you expect the output to be. Knowing the correct behavior is also
2424
Provide any additional information here.
2525

2626
#### Current Version:
27-
v2.12.0
27+
v2.13.1

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

doc/cmdstan-guide-2.13.1.pdf

257 KB
Binary file not shown.

doc/stan-reference-2.13.1.pdf

1.75 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.13.1/
28+
MATH ?= $(STAN)lib/stan_math_2.13.0/
2929
-include $(MATH)make/libraries
3030

3131
##
@@ -39,7 +39,7 @@ STANCFLAGS ?=
3939
USER_HEADER ?= $(dir $<)user_header.hpp
4040
EXE =
4141
PATH_SEPARATOR = /
42-
CMDSTAN_VERSION := 2.12.0
42+
CMDSTAN_VERSION := 2.13.1
4343

4444
##
4545
# 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.13.1/src/docs/stan-reference/stan-manuals}
44

5-
\newcommand{\cmdstanversion}{2.12.0}
5+
\newcommand{\cmdstanversion}{2.13.1}
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
@@ -97,7 +97,7 @@ \section{Building \CmdStan}
9797
%
9898
\begin{quote}
9999
\begin{Verbatim}
100-
--- CmdStan v2.12.0 built ---
100+
--- CmdStan v2.13.1 built ---
101101
\end{Verbatim}
102102
\end{quote}
103103
%

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.12.0
74+
\item Tested Version: 2.13.1
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.12.0
88+
\item Tested Version: 2.13.1
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.12.0.tar.gz
299+
> tar --no-same-owner -xzf cmdstan-2.13.1.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.12.0.tar.gz
453+
> tar -xzf cmdstan-2.13.1.tar.gz
454454
\end{Verbatim}
455455
\end{quote}
456456

@@ -515,10 +515,10 @@ \subsubsection{Changing Library Locations}
515515
%
516516
\begin{itemize}
517517
\item \Verb|STAN|. The location of the \Stan source
518-
directory. The default is \Verb|STAN=stan_2.12.0/|. Note: the
518+
directory. The default is \Verb|STAN=stan_2.13.1/|. Note: the
519519
trailing forward slash is necessary.
520520
\item \Verb|MATH|. The location of the Stan Math Library. The
521-
default is \Verb|MATH=stan/l../stan_math_2.12.0/|.
521+
default is \Verb|MATH=stan/l../stan_math_2.13.0/|.
522522
\item \Verb|BOOST|. The location of the Boost library. If
523523
\Verb|BOOST| is not explicitly set, this will default to the
524524
\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.13.1/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.13.1/src/docs/stan-reference/img/stanlogo-main.pdf}}
1010
\\
1111
\vspace*{6pt}
1212
{\small \url{http://mc-stan.org/}}

0 commit comments

Comments
 (0)