Skip to content

Commit

Permalink
Merge pull request #440 from stan-dev/release/v2.10.0
Browse files Browse the repository at this point in the history
release/v2.10.0
  • Loading branch information
syclik authored Jun 23, 2016
2 parents ce4f401 + 70406fd commit d7b77d7
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 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.10.0
url = https://github.com/stan-dev/stan
Binary file added doc/cmdstan-guide-2.10.0.pdf
Binary file not shown.
Binary file added doc/stan-reference-2.10.0.pdf
Binary file not shown.
6 changes: 3 additions & 3 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.10.0/
MATH ?= $(STAN)lib/stan_math_2.10.0/
-include $(MATH)make/libraries

##
Expand All @@ -37,7 +37,7 @@ LDLIBS =
LDLIBS_STANC = -Lbin -lstanc
EXE =
PATH_SEPARATOR = /
CMDSTAN_VERSION := 2.9.0
CMDSTAN_VERSION := 2.10.0

##
# Get information about the compiler used.
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.10.0/src/docs/stan-reference/stan-manuals}

\newcommand{\cmdstanversion}{2.9.0}
\newcommand{\cmdstanversion}{2.10.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.9.0 built ---
--- CmdStan v2.10.0 built ---
\end{Verbatim}
\end{quote}
%
Expand Down
12 changes: 6 additions & 6 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.9.0
\item Tested Version: 2.10.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.9.0
\item Tested Version: 2.10.0
\end{itemize}
%
The \Stan Math Library source code is distributed with \CmdStan
Expand Down Expand Up @@ -296,7 +296,7 @@ \subsection{Downloading and Unpacking \CmdStan}
%
\begin{quote}
\begin{Verbatim}[fontshape=sl,fontsize=\small]
> tar --no-same-owner -xzf cmdstan-2.9.0.tar.gz
> tar --no-same-owner -xzf cmdstan-2.10.0.tar.gz
\end{Verbatim}
\end{quote}
%
Expand Down Expand Up @@ -450,7 +450,7 @@ \subsection{Downloading and Unpacking \CmdStan Source}
%
\begin{quote}
\begin{Verbatim}[fontshape=sl,fontsize=\small]
> tar -xzf cmdstan-2.9.0.tar.gz
> tar -xzf cmdstan-2.10.0.tar.gz
\end{Verbatim}
\end{quote}

Expand Down Expand Up @@ -497,10 +497,10 @@ \subsubsection{Changing Library Locations}
%
\begin{itemize}
\item \Verb|STAN|. The location of the \Stan source
directory. The default is \Verb|STAN=stan_2.9.0/|. Note: the
directory. The default is \Verb|STAN=stan_2.10.0/|. 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.9.0/|.
default is \Verb|MATH=stan/l../stan_math_2.10.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.60.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.10.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.10.0/src/docs/stan-reference/img/stanlogo-main.pdf}}
\\
\vspace*{6pt}
{\small \url{http://mc-stan.org/}}
Expand Down
1 change: 0 additions & 1 deletion stan
Submodule stan deleted from 0c492a
1 change: 1 addition & 0 deletions stan_2.10.0
Submodule stan_2.10.0 added at 5c2be5
4 changes: 2 additions & 2 deletions test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ echo 'CmdStan tests'
echo ''
echo '------------------------------------------------------------'
echo 'Stan tests'
pushd stan/
pushd stan_2.10.0/
./runTests.py src/test
popd


echo ''
echo '------------------------------------------------------------'
echo 'Stan Math Library tests'
pushd stan/lib/stan_math/
pushd stan_2.10.0/lib/stan_math_2.10.0/
./runTests.py test/unit
./runTests.py test/prob
popd

0 comments on commit d7b77d7

Please sign in to comment.