Skip to content

Commit

Permalink
release/v1.0.5: updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2022
1 parent 8ec7d0a commit adbc825
Show file tree
Hide file tree
Showing 62 changed files with 12,593 additions and 8,344 deletions.
2 changes: 1 addition & 1 deletion cmdstanpy/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""PyPi Version"""

__version__ = '1.0.4'
__version__ = '1.0.5'
51 changes: 26 additions & 25 deletions docs/_modules/cmdstanpy/cmdstan_args.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cmdstanpy.cmdstan_args &#8212; CmdStanPy 1.0.4 documentation</title>
<title>cmdstanpy.cmdstan_args &#8212; CmdStanPy 1.0.5 documentation</title>

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

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

</div>

Expand All @@ -71,32 +71,26 @@
<div class="navbar-center-item">
<ul id="navbar-main-elements" class="navbar-nav">
<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../overview.html">
Overview
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../installation.html">
Installation
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../hello_world.html">
“Hello, World!”
<a class="reference internal nav-link" href="../../users-guide.html">
User’s Guide
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../workflow.html">
CmdStanPy Workflow
<a class="reference internal nav-link" href="../../api.html">
API Reference
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../examples.html">
CmdStanPy Examples
<a class="reference internal nav-link" href="../../changes.html">
What’s New
</a>
</li>

Expand All @@ -106,12 +100,6 @@
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../api.html">
API Reference
</a>
</li>


</ul>
</div>
Expand Down Expand Up @@ -147,7 +135,20 @@
<div class="row">


<div class="col-12 col-md-1 col-xl-2 bd-sidebar no-sidebar"></div>
<!-- Only show if we have sidebars configured, else just a small margin -->
<div class="col-12 col-md-3 bd-sidebar">
<div class="sidebar-start-items"><form class="bd-search d-flex align-items-center" action="../../search.html" method="get">
<i class="icon fas fa-search"></i>
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" >
</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation">
<div class="bd-toc-item active">

</div>
</nav>
</div>
<div class="sidebar-end-items">
</div>
</div>



Expand All @@ -161,7 +162,7 @@



<main class="col-12 col-md-11 col-xl-8 py-md-5 pl-md-5 pr-md-4 bd-content" role="main">
<main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4 bd-content" role="main">

<div>

Expand Down Expand Up @@ -998,7 +999,7 @@ <h1>Source code for cmdstanpy.cmdstan_args</h1><div class="highlight"><pre>
<span class="s1">&#39;0 and 2**32-1, found </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="bp">self</span><span class="o">.</span><span class="n">seed</span><span class="p">)</span>
<span class="p">)</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">seed</span><span class="p">,</span> <span class="nb">int</span><span class="p">):</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">seed</span> <span class="o">&lt;</span> <span class="mi">0</span> <span class="ow">or</span> <span class="bp">self</span><span class="o">.</span><span class="n">seed</span> <span class="o">&gt;</span> <span class="mi">2</span><span class="o">**</span><span class="mi">32</span> <span class="o">-</span> <span class="mi">1</span><span class="p">:</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">seed</span> <span class="o">&lt;</span> <span class="mi">0</span> <span class="ow">or</span> <span class="bp">self</span><span class="o">.</span><span class="n">seed</span> <span class="o">&gt;</span> <span class="mi">2</span> <span class="o">**</span> <span class="mi">32</span> <span class="o">-</span> <span class="mi">1</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span>
<span class="s1">&#39;Argument &quot;seed&quot; must be an integer between &#39;</span>
<span class="s1">&#39;0 and 2**32-1, found </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="bp">self</span><span class="o">.</span><span class="n">seed</span><span class="p">)</span>
Expand All @@ -1017,7 +1018,7 @@ <h1>Source code for cmdstanpy.cmdstan_args</h1><div class="highlight"><pre>
<span class="p">)</span>
<span class="p">)</span>
<span class="k">for</span> <span class="n">seed</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">seed</span><span class="p">:</span>
<span class="k">if</span> <span class="n">seed</span> <span class="o">&lt;</span> <span class="mi">0</span> <span class="ow">or</span> <span class="n">seed</span> <span class="o">&gt;</span> <span class="mi">2</span><span class="o">**</span><span class="mi">32</span> <span class="o">-</span> <span class="mi">1</span><span class="p">:</span>
<span class="k">if</span> <span class="n">seed</span> <span class="o">&lt;</span> <span class="mi">0</span> <span class="ow">or</span> <span class="n">seed</span> <span class="o">&gt;</span> <span class="mi">2</span> <span class="o">**</span> <span class="mi">32</span> <span class="o">-</span> <span class="mi">1</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span>
<span class="s1">&#39;Argument &quot;seed&quot; must be an integer value&#39;</span>
<span class="s1">&#39; between 0 and 2**32-1,&#39;</span>
Expand Down Expand Up @@ -1135,7 +1136,7 @@ <h1>Source code for cmdstanpy.cmdstan_args</h1><div class="highlight"><pre>

<div class="footer-item">
<p class="copyright">
&copy; Copyright 2021, Stan Development Team.<br>
&copy; Copyright 2022, Stan Development Team.<br>
</p>
</div>

Expand Down
47 changes: 24 additions & 23 deletions docs/_modules/cmdstanpy/compiler_opts.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cmdstanpy.compiler_opts &#8212; CmdStanPy 1.0.4 documentation</title>
<title>cmdstanpy.compiler_opts &#8212; CmdStanPy 1.0.5 documentation</title>

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

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

</div>

Expand All @@ -71,32 +71,26 @@
<div class="navbar-center-item">
<ul id="navbar-main-elements" class="navbar-nav">
<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../overview.html">
Overview
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../installation.html">
Installation
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../hello_world.html">
“Hello, World!”
<a class="reference internal nav-link" href="../../users-guide.html">
User’s Guide
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../workflow.html">
CmdStanPy Workflow
<a class="reference internal nav-link" href="../../api.html">
API Reference
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../examples.html">
CmdStanPy Examples
<a class="reference internal nav-link" href="../../changes.html">
What’s New
</a>
</li>

Expand All @@ -106,12 +100,6 @@
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../api.html">
API Reference
</a>
</li>


</ul>
</div>
Expand Down Expand Up @@ -147,7 +135,20 @@
<div class="row">


<div class="col-12 col-md-1 col-xl-2 bd-sidebar no-sidebar"></div>
<!-- Only show if we have sidebars configured, else just a small margin -->
<div class="col-12 col-md-3 bd-sidebar">
<div class="sidebar-start-items"><form class="bd-search d-flex align-items-center" action="../../search.html" method="get">
<i class="icon fas fa-search"></i>
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" >
</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation">
<div class="bd-toc-item active">

</div>
</nav>
</div>
<div class="sidebar-end-items">
</div>
</div>



Expand All @@ -161,7 +162,7 @@



<main class="col-12 col-md-11 col-xl-8 py-md-5 pl-md-5 pr-md-4 bd-content" role="main">
<main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4 bd-content" role="main">

<div>

Expand Down Expand Up @@ -492,7 +493,7 @@ <h1>Source code for cmdstanpy.compiler_opts</h1><div class="highlight"><pre>

<div class="footer-item">
<p class="copyright">
&copy; Copyright 2021, Stan Development Team.<br>
&copy; Copyright 2022, Stan Development Team.<br>
</p>
</div>

Expand Down
47 changes: 24 additions & 23 deletions docs/_modules/cmdstanpy/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cmdstanpy.model &#8212; CmdStanPy 1.0.4 documentation</title>
<title>cmdstanpy.model &#8212; CmdStanPy 1.0.5 documentation</title>

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

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

</div>

Expand All @@ -71,32 +71,26 @@
<div class="navbar-center-item">
<ul id="navbar-main-elements" class="navbar-nav">
<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../overview.html">
Overview
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../installation.html">
Installation
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../hello_world.html">
“Hello, World!”
<a class="reference internal nav-link" href="../../users-guide.html">
User’s Guide
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../workflow.html">
CmdStanPy Workflow
<a class="reference internal nav-link" href="../../api.html">
API Reference
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../examples.html">
CmdStanPy Examples
<a class="reference internal nav-link" href="../../changes.html">
What’s New
</a>
</li>

Expand All @@ -106,12 +100,6 @@
</a>
</li>

<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../../api.html">
API Reference
</a>
</li>


</ul>
</div>
Expand Down Expand Up @@ -147,7 +135,20 @@
<div class="row">


<div class="col-12 col-md-1 col-xl-2 bd-sidebar no-sidebar"></div>
<!-- Only show if we have sidebars configured, else just a small margin -->
<div class="col-12 col-md-3 bd-sidebar">
<div class="sidebar-start-items"><form class="bd-search d-flex align-items-center" action="../../search.html" method="get">
<i class="icon fas fa-search"></i>
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" >
</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation">
<div class="bd-toc-item active">

</div>
</nav>
</div>
<div class="sidebar-end-items">
</div>
</div>



Expand All @@ -161,7 +162,7 @@



<main class="col-12 col-md-11 col-xl-8 py-md-5 pl-md-5 pr-md-4 bd-content" role="main">
<main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4 bd-content" role="main">

<div>

Expand Down Expand Up @@ -1854,7 +1855,7 @@ <h1>Source code for cmdstanpy.model</h1><div class="highlight"><pre>

<div class="footer-item">
<p class="copyright">
&copy; Copyright 2021, Stan Development Team.<br>
&copy; Copyright 2022, Stan Development Team.<br>
</p>
</div>

Expand Down

0 comments on commit adbc825

Please sign in to comment.