Skip to content

Commit 1f88a4d

Browse files
release/v1.0.6: updating version numbers
1 parent d71e3fa commit 1f88a4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3924
-6393
lines changed

cmdstanpy/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""PyPi Version"""
22

3-
__version__ = '1.0.5'
3+
__version__ = '1.0.6'

docs/_modules/cmdstanpy/cmdstan_args.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.cmdstan_args &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.cmdstan_args &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/compiler_opts.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.compiler_opts &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.compiler_opts &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/model.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.model &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.model &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

@@ -710,7 +710,9 @@ <h1>Source code for cmdstanpy.model</h1><div class="highlight"><pre>
710710
<span class="n">x</span> <span class="k">for</span> <span class="n">x</span> <span class="ow">in</span> <span class="n">lines</span> <span class="k">if</span> <span class="n">x</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s1">&#39;Semantic error&#39;</span><span class="p">)</span>
711711
<span class="p">]</span>
712712
<span class="n">exceptions</span> <span class="o">=</span> <span class="p">[</span>
713-
<span class="n">x</span> <span class="k">for</span> <span class="n">x</span> <span class="ow">in</span> <span class="n">lines</span> <span class="k">if</span> <span class="n">x</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s1">&#39;Uncaught exception&#39;</span><span class="p">)</span>
713+
<span class="n">x</span>
714+
<span class="k">for</span> <span class="n">x</span> <span class="ow">in</span> <span class="n">lines</span>
715+
<span class="k">if</span> <span class="s1">&#39;Uncaught exception&#39;</span> <span class="ow">in</span> <span class="n">x</span> <span class="ow">or</span> <span class="s1">&#39;fatal error&#39;</span> <span class="ow">in</span> <span class="n">x</span>
714716
<span class="p">]</span>
715717
<span class="k">if</span> <span class="p">(</span>
716718
<span class="nb">len</span><span class="p">(</span><span class="n">syntax_errors</span><span class="p">)</span> <span class="o">&gt;</span> <span class="mi">0</span>

docs/_modules/cmdstanpy/stanfit.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.stanfit &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.stanfit &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

@@ -386,7 +386,7 @@ <h1>Source code for cmdstanpy.stanfit</h1><div class="highlight"><pre>
386386
<span class="k">return</span> <span class="kc">None</span>
387387
<span class="k">except</span> <span class="p">(</span><span class="ne">IOError</span><span class="p">,</span> <span class="ne">OSError</span><span class="p">,</span> <span class="ne">PermissionError</span><span class="p">)</span> <span class="k">as</span> <span class="n">e</span><span class="p">:</span>
388388
<span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span>
389-
<span class="s1">&#39;An error occured processing the CSV files:</span><span class="se">\n\t</span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">e</span><span class="p">))</span>
389+
<span class="s1">&#39;An error occurred processing the CSV files:</span><span class="se">\n\t</span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">e</span><span class="p">))</span>
390390
<span class="p">)</span> <span class="kn">from</span> <span class="nn">e</span></div>
391391
</pre></div>
392392

docs/_modules/cmdstanpy/stanfit/gq.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.stanfit.gq &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.stanfit.gq &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/stanfit/mcmc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.stanfit.mcmc &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.stanfit.mcmc &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/stanfit/metadata.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.stanfit.metadata &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.stanfit.metadata &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/stanfit/mle.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.stanfit.mle &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.stanfit.mle &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/stanfit/runset.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.stanfit.runset &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.stanfit.runset &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/stanfit/vb.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.stanfit.vb &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.stanfit.vb &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/utils.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.utils &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.utils &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/utils/cmdstan.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.utils.cmdstan &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.utils.cmdstan &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/cmdstanpy/utils/json.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>cmdstanpy.utils.json &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>cmdstanpy.utils.json &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../../../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_modules/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &#8212; CmdStanPy 1.0.5 documentation</title>
8+
<title>Overview: module code &#8212; CmdStanPy 1.0.6 documentation</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -56,7 +56,7 @@
5656
<div id="navbar-start">
5757

5858
<!-- This will display the version of the docs -->
59-
<a class='navbar-brand' href='../index.html'>CmdStanPy 1.0.5</a>
59+
<a class='navbar-brand' href='../index.html'>CmdStanPy 1.0.6</a>
6060

6161
</div>
6262

docs/_sources/changes.rst.txt

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ What's New
88
For full changes, see the `Releases page <https://github.com/stan-dev/cmdstanpy/releases>`__ on GitHub.
99

1010

11+
CmdStanPy 1.0.6
12+
---------------
13+
14+
- Fixed a build error in the documentation
15+
- Improved messages when model fails to compile due to C++ errors.
16+
1117
CmdStanPy 1.0.5
1218
---------------
1319

0 commit comments

Comments
 (0)