Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harold committed Oct 20, 2020
1 parent 19acd82 commit 3458367
Show file tree
Hide file tree
Showing 27 changed files with 138 additions and 47 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file removed dist/metrolopy-0.6.0.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/metrolopy-0.6.1.tar.gz
Binary file not shown.
Binary file modified docs/.DS_Store
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/metrolopy.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ version history
* Version 0.5.7, built 26 September 2020, minor change to setup.py.
* Verison 0.6.0, built 19 October 2020, added the `Quantity` and `immy` classes
as well as a library of physical constants.
* Version 0.6.1 built 19 October 2020, bug fixes


author
Expand Down
24 changes: 19 additions & 5 deletions docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Index &#8212; metrolopy 0.6.0 documentation</title>
<title>Index &#8212; metrolopy 0.6.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand All @@ -25,7 +25,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -764,6 +764,8 @@ <h2 id="L">L</h2>
<li><a href="metrolopy.html#metrolopy.functions.log1p">log1p() (in module metrolopy.functions)</a>
</li>
<li><a href="metrolopy.html#metrolopy.functions.log2">log2() (in module metrolopy.functions)</a>
</li>
<li><a href="metrolopy.html#metrolopy.logunit.LogConversion.log_func">log_func() (metrolopy.logunit.LogConversion method)</a>
</li>
<li><a href="metrolopy.html#metrolopy.functions.logaddexp">logaddexp() (in module metrolopy.functions)</a>
</li>
Expand Down Expand Up @@ -831,10 +833,10 @@ <h2 id="M">M</h2>
</li>
<li><a href="metrolopy.html#module-metrolopy.nummy">metrolopy.nummy (module)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="metrolopy.html#module-metrolopy.offsetunit">metrolopy.offsetunit (module)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="metrolopy.html#module-metrolopy.pmethod">metrolopy.pmethod (module)</a>
</li>
<li><a href="metrolopy.html#module-metrolopy.prefixedunit">metrolopy.prefixedunit (module)</a>
Expand Down Expand Up @@ -866,6 +868,12 @@ <h2 id="M">M</h2>
<li><a href="metrolopy.html#metrolopy.functions.modf">modf() (in module metrolopy.functions)</a>
</li>
<li><a href="metrolopy.html#metrolopy.gummy.gummy.mulsep">mulsep (metrolopy.gummy.gummy attribute)</a>

<ul>
<li><a href="metrolopy.html#metrolopy.unit.Unit.mulsep">(metrolopy.unit.Unit attribute)</a>
</li>
</ul></li>
<li><a href="metrolopy.html#metrolopy.gummy.MetaGummy.mulsep">mulsep() (metrolopy.gummy.MetaGummy property)</a>
</li>
<li><a href="metrolopy.html#metrolopy.distributions.MultiNormalDist">MultiNormalDist (class in metrolopy.distributions)</a>
</li>
Expand Down Expand Up @@ -1260,6 +1268,12 @@ <h2 id="S">S</h2>
<li><a href="metrolopy.html#metrolopy.gummy.gummy.slashaxis">slashaxis (metrolopy.gummy.gummy attribute)</a>
</li>
<li><a href="metrolopy.html#metrolopy.gummy.gummy.solidus">solidus (metrolopy.gummy.gummy attribute)</a>

<ul>
<li><a href="metrolopy.html#metrolopy.unit.Unit.solidus">(metrolopy.unit.Unit attribute)</a>
</li>
</ul></li>
<li><a href="metrolopy.html#metrolopy.gummy.MetaGummy.solidus">solidus() (metrolopy.gummy.MetaGummy property)</a>
</li>
<li><a href="metrolopy.html#metrolopy.fit.DoubleExpFit.solver">solver (metrolopy.fit.DoubleExpFit attribute)</a>

Expand Down Expand Up @@ -1762,7 +1776,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/hand_made_doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>MetroloPy &#8212; metrolopy 0.6.0 documentation</title>
<title>MetroloPy &#8212; metrolopy 0.6.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand All @@ -24,7 +24,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -2091,7 +2091,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
7 changes: 4 additions & 3 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>MetroloPy, the docs &#8212; metrolopy 0.6.0 documentation</title>
<title>MetroloPy, the docs &#8212; metrolopy 0.6.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand All @@ -24,7 +24,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="#">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="#">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -127,6 +127,7 @@ <h2>version history<a class="headerlink" href="#version-history" title="Permalin
<li><p>Version 0.5.7, built 26 September 2020, minor change to setup.py.</p></li>
<li><p>Verison 0.6.0, built 19 October 2020, added the <cite>Quantity</cite> and <cite>immy</cite> classes
as well as a library of physical constants.</p></li>
<li><p>Version 0.6.1 built 19 October 2020, bug fixes</p></li>
</ul>
</div>
<div class="section" id="author">
Expand Down Expand Up @@ -195,7 +196,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="#">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="#">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
31 changes: 28 additions & 3 deletions docs/_build/html/metrolopy.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>metrolopy package &#8212; metrolopy 0.6.0 documentation</title>
<title>metrolopy package &#8212; metrolopy 0.6.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand All @@ -24,7 +24,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -3603,6 +3603,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
max_dof will be rounded to float(‘inf’).</p>
</dd></dl>

<dl class="method">
<dt id="metrolopy.gummy.MetaGummy.mulsep">
<em class="property">property </em><code class="sig-name descname">mulsep</code><a class="headerlink" href="#metrolopy.gummy.MetaGummy.mulsep" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="metrolopy.gummy.MetaGummy.nsig">
<em class="property">property </em><code class="sig-name descname">nsig</code><a class="headerlink" href="#metrolopy.gummy.MetaGummy.nsig" title="Permalink to this definition"></a></dt>
Expand Down Expand Up @@ -3658,6 +3663,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<dd><p>see the sci_notation property</p>
</dd></dl>

<dl class="method">
<dt id="metrolopy.gummy.MetaGummy.solidus">
<em class="property">property </em><code class="sig-name descname">solidus</code><a class="headerlink" href="#metrolopy.gummy.MetaGummy.solidus" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="metrolopy.gummy.MetaGummy.style">
<em class="property">property </em><code class="sig-name descname">style</code><a class="headerlink" href="#metrolopy.gummy.MetaGummy.style" title="Permalink to this definition"></a></dt>
Expand Down Expand Up @@ -4890,6 +4900,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<code class="sig-name descname">frm</code><span class="sig-paren">(</span><em class="sig-param">g</em><span class="sig-paren">)</span><a class="headerlink" href="#metrolopy.logunit.LogConversion.frm" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="metrolopy.logunit.LogConversion.log_func">
<code class="sig-name descname">log_func</code><span class="sig-paren">(</span><em class="sig-param">x</em><span class="sig-paren">)</span><a class="headerlink" href="#metrolopy.logunit.LogConversion.log_func" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="metrolopy.logunit.LogConversion.to">
<code class="sig-name descname">to</code><span class="sig-paren">(</span><em class="sig-param">g</em><span class="sig-paren">)</span><a class="headerlink" href="#metrolopy.logunit.LogConversion.to" title="Permalink to this definition"></a></dt>
Expand Down Expand Up @@ -6560,6 +6575,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
override the unusal operator methods.</p>
</dd></dl>

<dl class="attribute">
<dt id="metrolopy.unit.Unit.mulsep">
<code class="sig-name descname">mulsep</code><em class="property"> = False</em><a class="headerlink" href="#metrolopy.unit.Unit.mulsep" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="metrolopy.unit.Unit.reorder">
<em class="property">static </em><code class="sig-name descname">reorder</code><span class="sig-paren">(</span><em class="sig-param">txt</em><span class="sig-paren">)</span><a class="headerlink" href="#metrolopy.unit.Unit.reorder" title="Permalink to this definition"></a></dt>
Expand All @@ -6577,6 +6597,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
</div>
</dd></dl>

<dl class="attribute">
<dt id="metrolopy.unit.Unit.solidus">
<code class="sig-name descname">solidus</code><em class="property"> = True</em><a class="headerlink" href="#metrolopy.unit.Unit.solidus" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="metrolopy.unit.Unit.unit">
<em class="property">static </em><code class="sig-name descname">unit</code><span class="sig-paren">(</span><em class="sig-param">txt</em>, <em class="sig-param">exception=True</em><span class="sig-paren">)</span><a class="headerlink" href="#metrolopy.unit.Unit.unit" title="Permalink to this definition"></a></dt>
Expand Down Expand Up @@ -6807,7 +6832,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/metrolopy.tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>metrolopy.tests package &#8212; metrolopy 0.6.0 documentation</title>
<title>metrolopy.tests package &#8212; metrolopy 0.6.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand All @@ -24,7 +24,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -97,7 +97,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>metrolopy &#8212; metrolopy 0.6.0 documentation</title>
<title>metrolopy &#8212; metrolopy 0.6.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand All @@ -24,7 +24,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -113,7 +113,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/_build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Python Module Index &#8212; metrolopy 0.6.0 documentation</title>
<title>Python Module Index &#8212; metrolopy 0.6.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand All @@ -27,7 +27,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="#" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -204,7 +204,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="#" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Search &#8212; metrolopy 0.6.0 documentation</title>
<title>Search &#8212; metrolopy 0.6.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

Expand All @@ -29,7 +29,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -80,7 +80,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/_build/html/todo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>to do &#8212; metrolopy 0.6.0 documentation</title>
<title>to do &#8212; metrolopy 0.6.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand All @@ -24,7 +24,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -77,7 +77,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">metrolopy 0.6.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ version history
* Version 0.5.7, built 26 September 2020, minor change to setup.py.
* Verison 0.6.0, built 19 October 2020, added the `Quantity` and `immy` classes
as well as a library of physical constants.
* Version 0.6.1 built 19 October 2020, bug fixes


author
Expand Down
Loading

0 comments on commit 3458367

Please sign in to comment.